@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.375Z") @Stability(value=Stable) public interface CfnCustomerGatewayAssociationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.networkmanager.*;
CfnCustomerGatewayAssociationProps cfnCustomerGatewayAssociationProps = CfnCustomerGatewayAssociationProps.builder()
.customerGatewayArn("customerGatewayArn")
.deviceId("deviceId")
.globalNetworkId("globalNetworkId")
// the properties below are optional
.linkId("linkId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCustomerGatewayAssociationProps.Builder
A builder for
CfnCustomerGatewayAssociationProps |
static class |
CfnCustomerGatewayAssociationProps.Jsii$Proxy
An implementation for
CfnCustomerGatewayAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCustomerGatewayAssociationProps.Builder |
builder() |
String |
getCustomerGatewayArn()
`AWS::NetworkManager::CustomerGatewayAssociation.CustomerGatewayArn`.
|
String |
getDeviceId()
`AWS::NetworkManager::CustomerGatewayAssociation.DeviceId`.
|
String |
getGlobalNetworkId()
`AWS::NetworkManager::CustomerGatewayAssociation.GlobalNetworkId`.
|
default String |
getLinkId()
`AWS::NetworkManager::CustomerGatewayAssociation.LinkId`.
|
@Stability(value=Stable) @NotNull String getCustomerGatewayArn()
@Stability(value=Stable) @NotNull String getDeviceId()
@Stability(value=Stable) @NotNull String getGlobalNetworkId()
@Stability(value=Stable) @Nullable default String getLinkId()
@Stability(value=Stable) static CfnCustomerGatewayAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.