@Stability(value=Stable)
public static interface CfnRuleGroup.HeaderProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRuleGroup.HeaderProperty.Builder
A builder for
CfnRuleGroup.HeaderProperty |
static class |
CfnRuleGroup.HeaderProperty.Jsii$Proxy
An implementation for
CfnRuleGroup.HeaderProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRuleGroup.HeaderProperty.Builder |
builder() |
String |
getDestination()
`CfnRuleGroup.HeaderProperty.Destination`.
|
String |
getDestinationPort()
`CfnRuleGroup.HeaderProperty.DestinationPort`.
|
String |
getDirection()
`CfnRuleGroup.HeaderProperty.Direction`.
|
String |
getProtocol()
`CfnRuleGroup.HeaderProperty.Protocol`.
|
String |
getSource()
`CfnRuleGroup.HeaderProperty.Source`.
|
String |
getSourcePort()
`CfnRuleGroup.HeaderProperty.SourcePort`.
|
@Stability(value=Stable) @NotNull String getDestination()
@Stability(value=Stable) @NotNull String getDestinationPort()
@Stability(value=Stable) @NotNull String getDirection()
@Stability(value=Stable) @NotNull String getProtocol()
@Stability(value=Stable) @NotNull String getSource()
@Stability(value=Stable) @NotNull String getSourcePort()
@Stability(value=Stable) static CfnRuleGroup.HeaderProperty.Builder builder()
Copyright © 2021. All rights reserved.