@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.278Z") @Stability(value=Stable) public interface CfnVPCPeeringConnectionProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVPCPeeringConnectionProps.Builder
A builder for
CfnVPCPeeringConnectionProps |
static class |
CfnVPCPeeringConnectionProps.Jsii$Proxy
An implementation for
CfnVPCPeeringConnectionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVPCPeeringConnectionProps.Builder |
builder() |
default String |
getPeerOwnerId()
`AWS::EC2::VPCPeeringConnection.PeerOwnerId`.
|
default String |
getPeerRegion()
`AWS::EC2::VPCPeeringConnection.PeerRegion`.
|
default String |
getPeerRoleArn()
`AWS::EC2::VPCPeeringConnection.PeerRoleArn`.
|
String |
getPeerVpcId()
`AWS::EC2::VPCPeeringConnection.PeerVpcId`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::VPCPeeringConnection.Tags`.
|
String |
getVpcId()
`AWS::EC2::VPCPeeringConnection.VpcId`.
|
@Stability(value=Stable) @NotNull String getPeerVpcId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peervpcid@Stability(value=Stable) @NotNull String getVpcId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-vpcid@Stability(value=Stable) @Nullable default String getPeerOwnerId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerownerid@Stability(value=Stable) @Nullable default String getPeerRegion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerregion@Stability(value=Stable) @Nullable default String getPeerRoleArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-peerrolearn@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcpeeringconnection.html#cfn-ec2-vpcpeeringconnection-tags@Stability(value=Stable) static CfnVPCPeeringConnectionProps.Builder builder()
Copyright © 2020. All rights reserved.