- gateway(NatGatewayProps) - Static method in class software.amazon.awscdk.services.ec2.NatProvider
-
Use NAT Gateways to provide NAT services for your VPC.
- gateway() - Static method in class software.amazon.awscdk.services.ec2.NatProvider
-
Use NAT Gateways to provide NAT services for your VPC.
- GatewayConfig - Interface in software.amazon.awscdk.services.ec2
-
Pair represents a gateway created by NAT Provider.
- GatewayConfig.Builder - Class in software.amazon.awscdk.services.ec2
-
- GatewayConfig.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- gatewayEndpoints(Map<String, ? extends GatewayVpcEndpointOptions>) - Method in class software.amazon.awscdk.services.ec2.Vpc.Builder
-
Gateway endpoints to add to this VPC.
- gatewayEndpoints(Map<String, ? extends GatewayVpcEndpointOptions>) - Method in class software.amazon.awscdk.services.ec2.VpcProps.Builder
-
- gatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociation.Builder
-
The ID of the gateway.
- gatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociationProps.Builder
-
- gatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Builder
-
- gatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute.Builder
-
The ID of an internet gateway or virtual private gateway attached to your VPC.
- gatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Builder
-
- gatewayId(String) - Method in class software.amazon.awscdk.services.ec2.GatewayConfig.Builder
-
- gatewayLoadBalancerArns(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService.Builder
-
The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
- gatewayLoadBalancerArns(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServiceProps.Builder
-
- gatewayLoadBalancerEndpointId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTarget.Builder
-
The ID of the Gateway Load Balancer endpoint.
- gatewayLoadBalancerEndpointId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps.Builder
-
- GatewayVpcEndpoint - Class in software.amazon.awscdk.services.ec2
-
A gateway VPC endpoint.
- GatewayVpcEndpoint(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.ec2.GatewayVpcEndpoint
-
- GatewayVpcEndpoint(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.ec2.GatewayVpcEndpoint
-
- GatewayVpcEndpoint(Construct, String, GatewayVpcEndpointProps) - Constructor for class software.amazon.awscdk.services.ec2.GatewayVpcEndpoint
-
- GatewayVpcEndpoint.Builder - Class in software.amazon.awscdk.services.ec2
-
- GatewayVpcEndpointAwsService - Class in software.amazon.awscdk.services.ec2
-
An AWS service for a gateway VPC endpoint.
- GatewayVpcEndpointAwsService(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.ec2.GatewayVpcEndpointAwsService
-
- GatewayVpcEndpointAwsService(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.ec2.GatewayVpcEndpointAwsService
-
- GatewayVpcEndpointAwsService(String, String) - Constructor for class software.amazon.awscdk.services.ec2.GatewayVpcEndpointAwsService
-
- GatewayVpcEndpointAwsService(String) - Constructor for class software.amazon.awscdk.services.ec2.GatewayVpcEndpointAwsService
-
- GatewayVpcEndpointOptions - Interface in software.amazon.awscdk.services.ec2
-
Options to add a gateway endpoint to a VPC.
- GatewayVpcEndpointOptions.Builder - Class in software.amazon.awscdk.services.ec2
-
- GatewayVpcEndpointOptions.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- GatewayVpcEndpointProps - Interface in software.amazon.awscdk.services.ec2
-
Construction properties for a GatewayVpcEndpoint.
- GatewayVpcEndpointProps.Builder - Class in software.amazon.awscdk.services.ec2
-
- GatewayVpcEndpointProps.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- generation(AmazonLinuxGeneration) - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImage.Builder
-
What generation of Amazon Linux to use.
- generation(AmazonLinuxGeneration) - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImageProps.Builder
-
- genericLinux(Map<String, String>, GenericLinuxImageProps) - Static method in class software.amazon.awscdk.services.ec2.MachineImage
-
A Linux image where you specify the AMI ID for every region.
- genericLinux(Map<String, String>) - Static method in class software.amazon.awscdk.services.ec2.MachineImage
-
A Linux image where you specify the AMI ID for every region.
- GenericLinuxImage - Class in software.amazon.awscdk.services.ec2
-
Construct a Linux machine image from an AMI map.
- GenericLinuxImage(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.ec2.GenericLinuxImage
-
- GenericLinuxImage(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.ec2.GenericLinuxImage
-
- GenericLinuxImage(Map<String, String>, GenericLinuxImageProps) - Constructor for class software.amazon.awscdk.services.ec2.GenericLinuxImage
-
- GenericLinuxImage(Map<String, String>) - Constructor for class software.amazon.awscdk.services.ec2.GenericLinuxImage
-
- GenericLinuxImage.Builder - Class in software.amazon.awscdk.services.ec2
-
- GenericLinuxImageProps - Interface in software.amazon.awscdk.services.ec2
-
Configuration options for GenericLinuxImage.
- GenericLinuxImageProps.Builder - Class in software.amazon.awscdk.services.ec2
-
- GenericLinuxImageProps.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- GenericSSMParameterImage - Class in software.amazon.awscdk.services.ec2
-
Select the image based on a given SSM parameter.
- GenericSSMParameterImage(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.ec2.GenericSSMParameterImage
-
- GenericSSMParameterImage(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.ec2.GenericSSMParameterImage
-
- GenericSSMParameterImage(String, OperatingSystemType, UserData) - Constructor for class software.amazon.awscdk.services.ec2.GenericSSMParameterImage
-
- GenericSSMParameterImage(String, OperatingSystemType) - Constructor for class software.amazon.awscdk.services.ec2.GenericSSMParameterImage
-
- genericWindows(Map<String, String>, GenericWindowsImageProps) - Static method in class software.amazon.awscdk.services.ec2.MachineImage
-
A Windows image where you specify the AMI ID for every region.
- genericWindows(Map<String, String>) - Static method in class software.amazon.awscdk.services.ec2.MachineImage
-
A Windows image where you specify the AMI ID for every region.
- GenericWindowsImage - Class in software.amazon.awscdk.services.ec2
-
Construct a Windows machine image from an AMI map.
- GenericWindowsImage(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.ec2.GenericWindowsImage
-
- GenericWindowsImage(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.ec2.GenericWindowsImage
-
- GenericWindowsImage(Map<String, String>, GenericWindowsImageProps) - Constructor for class software.amazon.awscdk.services.ec2.GenericWindowsImage
-
- GenericWindowsImage(Map<String, String>) - Constructor for class software.amazon.awscdk.services.ec2.GenericWindowsImage
-
- GenericWindowsImage.Builder - Class in software.amazon.awscdk.services.ec2
-
- GenericWindowsImageProps - Interface in software.amazon.awscdk.services.ec2
-
Configuration options for GenericWindowsImage.
- GenericWindowsImageProps.Builder - Class in software.amazon.awscdk.services.ec2
-
- GenericWindowsImageProps.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- getAcceleratorCount() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips) on an instance.
- getAcceleratorCount() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAcceleratorCount() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips) on an instance.
- getAcceleratorCount() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getAcceleratorCount() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips) on an instance.
- getAcceleratorCount() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAcceleratorManufacturers() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
Indicates whether instance types must have accelerators by specific manufacturers.
- getAcceleratorManufacturers() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAcceleratorManufacturers() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
Indicates whether instance types must have accelerators by specific manufacturers.
- getAcceleratorManufacturers() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getAcceleratorManufacturers() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
Indicates whether instance types must have accelerators by specific manufacturers.
- getAcceleratorManufacturers() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAcceleratorNames() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The accelerators that must be on the instance type.
- getAcceleratorNames() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAcceleratorNames() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The accelerators that must be on the instance type.
- getAcceleratorNames() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getAcceleratorNames() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The accelerators that must be on the instance type.
- getAcceleratorNames() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAcceleratorTotalMemoryMiB() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The minimum and maximum amount of total accelerator memory, in MiB.
- getAcceleratorTotalMemoryMiB() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAcceleratorTotalMemoryMiB() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The minimum and maximum amount of total accelerator memory, in MiB.
- getAcceleratorTotalMemoryMiB() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getAcceleratorTotalMemoryMiB() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The minimum and maximum amount of total accelerator memory, in MiB.
- getAcceleratorTotalMemoryMiB() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAcceleratorTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The accelerator types that must be on the instance type.
- getAcceleratorTypes() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAcceleratorTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The accelerator types that must be on the instance type.
- getAcceleratorTypes() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getAcceleratorTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The accelerator types that must be on the instance type.
- getAcceleratorTypes() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAcceptanceRequired() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
- getAcceptanceRequired() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointServiceProps
-
Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
- getAcceptanceRequired() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServiceProps.Jsii$Proxy
-
- getAcceptanceRequired() - Method in class software.amazon.awscdk.services.ec2.VpcEndpointService
-
Whether to require manual acceptance of new connections to the service.
- getAcceptanceRequired() - Method in interface software.amazon.awscdk.services.ec2.VpcEndpointServiceProps
-
Whether requests from service consumers to connect to the service through an endpoint must be accepted.
- getAcceptanceRequired() - Method in class software.amazon.awscdk.services.ec2.VpcEndpointServiceProps.Jsii$Proxy
-
- getAccessGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.
- getAccessGroupId() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps
-
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.
- getAccessGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps.Jsii$Proxy
-
- getAcl() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The network ACL.
- getAcl() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getAclRule() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The network ACL rule.
- getAclRule() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getAclRule() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The network ACL rule.
- getAclRule() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getActiveDirectory() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
-
Information about the Active Directory to be used, if applicable.
- getActiveDirectory() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Jsii$Proxy
-
- getAdditionalAccounts() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The member accounts that contain resources that the path can traverse.
- getAdditionalAccounts() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysisProps
-
The member accounts that contain resources that the path can traverse.
- getAdditionalAccounts() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysisProps.Jsii$Proxy
-
- getAdditionalDetails() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The additional details.
- getAdditionalDetails() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getAdditionalDetailType() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AdditionalDetailProperty
-
The information type.
- getAdditionalDetailType() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AdditionalDetailProperty.Jsii$Proxy
-
- getAdditionalInfo() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
This property is reserved for internal use.
- getAdditionalInfo() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
This property is reserved for internal use.
- getAdditionalInfo() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerTargetProperty
-
The IP address.
- getAddress() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerTargetProperty.Jsii$Proxy
-
- getAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The IPv4 address, in CIDR notation.
- getAddress() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getAddresses() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The IPv4 addresses, in CIDR notation.
- getAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getAddressFamily() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The address family of the pool.
- getAddressFamily() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
The address family of the pool.
- getAddressFamily() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getAddressFamily() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
The IP address type.
- getAddressFamily() - Method in interface software.amazon.awscdk.services.ec2.CfnPrefixListProps
-
The IP address type.
- getAddressFamily() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixListProps.Jsii$Proxy
-
- getAddSubnetIds() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The IDs of one or more subnets to add.
- getAddSubnetIds() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps
-
The IDs of one or more subnets to add.
- getAddSubnetIds() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps.Jsii$Proxy
-
- getAffinity() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty
-
The affinity setting for the instance on the Dedicated Host.
- getAffinity() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty.Jsii$Proxy
-
- getAffinity() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether the instance is associated with a dedicated host.
- getAffinity() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
Indicates whether the instance is associated with a dedicated host.
- getAffinity() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getAffinity() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty
-
The affinity setting for an instance on a Dedicated Host.
- getAffinity() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
-
- getAllocationDefaultNetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The default netmask length for allocations added to this pool.
- getAllocationDefaultNetmaskLength() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
The default netmask length for allocations added to this pool.
- getAllocationDefaultNetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getAllocationId() - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociation
-
[EC2-VPC] The allocation ID.
- getAllocationId() - Method in interface software.amazon.awscdk.services.ec2.CfnEIPAssociationProps
-
[EC2-VPC] The allocation ID.
- getAllocationId() - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociationProps.Jsii$Proxy
-
- getAllocationId() - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.
- getAllocationId() - Method in interface software.amazon.awscdk.services.ec2.CfnNatGatewayProps
-
[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.
- getAllocationId() - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Jsii$Proxy
-
- getAllocationMaxNetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
- getAllocationMaxNetmaskLength() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
- getAllocationMaxNetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getAllocationMinNetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
- getAllocationMinNetmaskLength() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
- getAllocationMinNetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getAllocationResourceTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
Tags that are required for resources that use CIDRs from this IPAM pool.
- getAllocationResourceTags() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
Tags that are required for resources that use CIDRs from this IPAM pool.
- getAllocationResourceTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getAllocationStrategy() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use.
- getAllocationStrategy() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps
-
The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use.
- getAllocationStrategy() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps.Jsii$Proxy
-
- getAllocationStrategy() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty
-
The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.
- getAllocationStrategy() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty.Jsii$Proxy
-
- getAllocationStrategy() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty
-
Indicates how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet.
- getAllocationStrategy() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Jsii$Proxy
-
- getAllocationStrategy() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration.
- getAllocationStrategy() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getAllowAllOutbound() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Whether the instance could initiate connections to anywhere by default.
- getAllowAllOutbound() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getAllowAllOutbound() - Method in interface software.amazon.awscdk.services.ec2.ISecurityGroup
-
Whether the SecurityGroup has been configured to allow all outbound traffic.
- getAllowAllOutbound() - Method in interface software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Default
-
Whether the SecurityGroup has been configured to allow all outbound traffic.
- getAllowAllOutbound() - Method in class software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Proxy
-
Whether the SecurityGroup has been configured to allow all outbound traffic.
- getAllowAllOutbound() - Method in class software.amazon.awscdk.services.ec2.SecurityGroup
-
Whether the SecurityGroup has been configured to allow all outbound traffic.
- getAllowAllOutbound() - Method in interface software.amazon.awscdk.services.ec2.SecurityGroupImportOptions
-
Mark the SecurityGroup as having been created allowing all outbound traffic.
- getAllowAllOutbound() - Method in class software.amazon.awscdk.services.ec2.SecurityGroupImportOptions.Jsii$Proxy
-
- getAllowAllOutbound() - Method in interface software.amazon.awscdk.services.ec2.SecurityGroupProps
-
Whether to allow all outbound traffic by default.
- getAllowAllOutbound() - Method in class software.amazon.awscdk.services.ec2.SecurityGroupProps.Jsii$Proxy
-
- getAllowAllTraffic() - Method in interface software.amazon.awscdk.services.ec2.NatInstanceProps
-
- getAllowAllTraffic() - Method in class software.amazon.awscdk.services.ec2.NatInstanceProps.Jsii$Proxy
-
- getAllowedInstanceTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The instance types to apply your specified attributes against.
- getAllowedInstanceTypes() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAllowedInstanceTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The instance types to apply your specified attributes against.
- getAllowedInstanceTypes() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getAllowedInstanceTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The instance types to apply your specified attributes against.
- getAllowedInstanceTypes() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getAllowedPrincipals() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissions
-
The Amazon Resource Names (ARN) of one or more principals (users, IAM roles, and AWS accounts).
- getAllowedPrincipals() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissionsProps
-
The Amazon Resource Names (ARN) of one or more principals (users, IAM roles, and AWS accounts).
- getAllowedPrincipals() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissionsProps.Jsii$Proxy
-
- getAllowedPrincipals() - Method in class software.amazon.awscdk.services.ec2.VpcEndpointService
-
One or more Principal ARNs to allow inbound connections to.
- getAllowedPrincipals() - Method in interface software.amazon.awscdk.services.ec2.VpcEndpointServiceProps
-
IAM users, IAM roles, or AWS accounts to allow inbound connections from.
- getAllowedPrincipals() - Method in class software.amazon.awscdk.services.ec2.VpcEndpointServiceProps.Jsii$Proxy
-
- getAmazonProvidedIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
- getAmazonProvidedIpv6CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps
-
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
- getAmazonProvidedIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps.Jsii$Proxy
-
- getAmazonSideAsn() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
- getAmazonSideAsn() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
- getAmazonSideAsn() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getAmazonSideAsn() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGateway
-
The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
- getAmazonSideAsn() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNGatewayProps
-
The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
- getAmazonSideAsn() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGatewayProps.Jsii$Proxy
-
- getAmazonSideAsn() - Method in class software.amazon.awscdk.services.ec2.EnableVpnGatewayOptions.Jsii$Proxy
-
- getAmazonSideAsn() - Method in interface software.amazon.awscdk.services.ec2.VpnGatewayProps
-
Explicitly specify an Asn or let aws pick an Asn for you.
- getAmazonSideAsn() - Method in class software.amazon.awscdk.services.ec2.VpnGatewayProps.Jsii$Proxy
-
- getApplianceModeSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment.OptionsProperty
-
Indicates whether appliance mode support is enabled.
- getApplianceModeSupport() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment.OptionsProperty.Jsii$Proxy
-
- getApplianceModeSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment.OptionsProperty
-
Indicates whether appliance mode support is enabled.
- getApplianceModeSupport() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment.OptionsProperty.Jsii$Proxy
-
- getArchitecture() - Method in class software.amazon.awscdk.services.ec2.InstanceType
-
The instance's CPU architecture.
- getArguments() - Method in interface software.amazon.awscdk.services.ec2.ExecuteFileOptions
-
The arguments to be passed to the file.
- getArguments() - Method in class software.amazon.awscdk.services.ec2.ExecuteFileOptions.Jsii$Proxy
-
- getArn() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.IamInstanceProfileProperty
-
The Amazon Resource Name (ARN) of the instance profile.
- getArn() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.IamInstanceProfileProperty.Jsii$Proxy
-
- getArn() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisComponentProperty
-
The Amazon Resource Name (ARN) of the component.
- getArn() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisComponentProperty.Jsii$Proxy
-
- getArn() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.IamInstanceProfileSpecificationProperty
-
The Amazon Resource Name (ARN) of the instance profile.
- getArn() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.IamInstanceProfileSpecificationProperty.Jsii$Proxy
-
- getArn() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.TargetGroupProperty
-
The Amazon Resource Name (ARN) of the target group.
- getArn() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.TargetGroupProperty.Jsii$Proxy
-
- getAsn() - Method in interface software.amazon.awscdk.services.ec2.VpnConnectionOptions
-
The ASN of the customer gateway.
- getAsn() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionOptions.Jsii$Proxy
-
- getAsn() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionProps.Jsii$Proxy
-
- getAssetHash() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getAssetHash() - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Jsii$Proxy
-
- getAssetHashType() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getAssetHashType() - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Jsii$Proxy
-
- getAssignIpv6AddressOnCreation() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether a network interface created in this subnet receives an IPv6 address.
- getAssignIpv6AddressOnCreation() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
Indicates whether a network interface created in this subnet receives an IPv6 address.
- getAssignIpv6AddressOnCreation() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getAssociateCarrierIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
Indicates whether to assign a carrier IP address to the network interface.
- getAssociateCarrierIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getAssociateCarrierIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
Indicates whether to associate a Carrier IP address with eth0 for a new network interface.
- getAssociateCarrierIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getAssociatePublicIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
Indicates whether to assign a public IPv4 address to an instance.
- getAssociatePublicIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getAssociatePublicIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
Associates a public IPv4 address with eth0 for a new network interface.
- getAssociatePublicIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getAssociatePublicIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
Indicates whether to assign a public IPv4 address to an instance you launch in a VPC.
- getAssociatePublicIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
- getAssociationDefaultRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
The ID of the default association route table.
- getAssociationDefaultRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
The ID of the default association route table.
- getAssociationDefaultRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getAssociationParameters() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.SsmAssociationProperty
-
The input parameter values to use with the associated SSM document.
- getAssociationParameters() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.SsmAssociationProperty.Jsii$Proxy
-
- getAttachedTo() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The resource to which the component is attached.
- getAttachedTo() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getAttachmentId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty
-
The ID of the route attachment.
- getAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Jsii$Proxy
-
- getAttrAllocationId() - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
The ID that AWS assigns to represent the allocation of the address for use with Amazon VPC.
- getAttrAlternatePathHints() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
Potential intermediate components.
- getAttrAnalyzedEniCount() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
The number of network interfaces analyzed.
- getAttrArn() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The ARN of the IPAM.
- getAttrArn() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The ARN of the IPAM pool.
- getAttrArn() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
The ARN of the scope.
- getAttrArn() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
The ARN of the prefix list.
- getAttrAssociationId() - Method in class software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociation
-
The ID of the route table association.
- getAttrAssociationId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociation
-
Returns the value of this object's [SubnetId](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-subnet-network-acl-assoc.html) property.
- getAttrAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Returns the Availability Zone in which the capacity is reserved.
- getAttrAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The Availability Zone where the specified instance is launched.
- getAttrAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The Availability Zone of this subnet.
- getAttrAvailableInstanceCount() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Returns the remaining capacity, which indicates the number of instances that can be launched in the Capacity Reservation.
- getAttrCapacityReservationFleetId() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
The ID of the Capacity Reservation Fleet.
- getAttrCarrierGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnCarrierGateway
-
The ID of the carrier gateway.
- getAttrCertificateS3BucketName() - Method in class software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociation
-
The name of the Amazon S3 bucket to which the certificate was uploaded.
- getAttrCertificateS3ObjectKey() - Method in class software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociation
-
The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored.
- getAttrCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The primary IPv4 CIDR block for the VPC.
- getAttrCidrBlockAssociations() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The association IDs of the IPv4 CIDR blocks for the VPC.
- getAttrCreatedDate() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
The creation date.
- getAttrCreatedDate() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The time stamp when the path was created.
- getAttrCreationTime() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect
-
The creation time.
- getAttrCreationTime() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain
-
The time the multicast domain was created.
- getAttrCreationTime() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The time the transit gateway peering attachment was created.
- getAttrCreationTimestamp() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The date and time the VPC endpoint was created.
- getAttrCustomerGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGateway
-
The ID of the customer gateway.
- getAttrDefaultNetworkAcl() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The ID of the default network ACL for the VPC.
- getAttrDefaultSecurityGroup() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The ID of the default security group for the VPC.
- getAttrDefaultVersionNumber() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
The default version of the launch template, such as 2.
- getAttrDestinationArn() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The Amazon Resource Name (ARN) of the destination.
- getAttrDhcpOptionsId() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
The ID of the DHCP options set.
- getAttrDnsEntries() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
(Interface endpoints) The DNS entries for the endpoint.
- getAttrEncryptionKmsKeyId() - Method in class software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociation
-
The ID of the AWS KMS key used to encrypt the private key of the certificate.
- getAttrEndDate() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
The end date of the analysis.
- getAttrExplanations() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The explanations.
- getAttrFindingsFound() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
Indicates whether there are findings (true | false | unknown).
- getAttrFleetId() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The ID of the EC2 Fleet.
- getAttrForwardPathComponents() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The components in the path from source to destination.
- getAttrGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
The group ID of the specified security group, such as `sg-94b3a1f6` .
- getAttrGroupMember() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
Information about the registered transit gateway multicast domain group members.
- getAttrGroupMember() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
Information about the registered transit gateway multicast domain group members.
- getAttrGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroup
-
The name of the placement group.
- getAttrGroupSource() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
Indicates that the resource is a transit gateway multicast domain group member.
- getAttrGroupSource() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
Indicates that the resource is a transit gateway group member.
- getAttrHostId() - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
The ID of the host.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The ID of the Capacity Reservation.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnEgressOnlyInternetGateway
-
The ID of the egress-only internet gateway.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The ID of the flow log.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAcl
-
The ID of the network ACL.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The ID of the network ACL entry.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The ID of the network interface.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet
-
The ID of the Spot Fleet.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociation
-
The ID of the subnet route table association.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
The ID of the transit gateway.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment
-
The ID of the attachment.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The ID of the attachment.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCDHCPOptionsAssociation
-
The ID of the DHCP options set.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
The ID of the peering connection.
- getAttrId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGatewayRoutePropagation
-
The ID of the VPN gateway.
- getAttrInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Returns the type of instance for which the capacity is reserved.
- getAttrInternetGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnInternetGateway
-
The ID of the internet gateway.
- getAttrIpamArn() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The ARN of the IPAM.
- getAttrIpamArn() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
- getAttrIpamArn() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
The ARN of an IPAM.
- getAttrIpamId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The ID of the IPAM.
- getAttrIpamPoolAllocationId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocation
-
The ID of an allocation.
- getAttrIpamPoolCidrId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidr
-
The IPAM pool CIDR ID.
- getAttrIpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The ID of the IPAM pool.
- getAttrIpamRegion() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
- getAttrIpamResourceDiscoveryArn() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
The resource discovery ARN.
- getAttrIpamResourceDiscoveryAssociationArn() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
The resource discovery association ARN.
- getAttrIpamResourceDiscoveryAssociationId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
The resource discovery association ID.
- getAttrIpamResourceDiscoveryId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
The resource discovery ID.
- getAttrIpamResourceDiscoveryRegion() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
The resource discovery Region.
- getAttrIpamScopeArn() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The ARN of the scope of the IPAM pool.
- getAttrIpamScopeId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
The ID of an IPAM scope.
- getAttrIpamScopeType() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The scope of the IPAM.
- getAttrIpamScopeType() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
The type of the scope.
- getAttrIpv6CidrBlocks() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The IPv6 CIDR blocks that are associated with the subnet, such as `[ 2001:db8:1234:1a00::/64 ]` .
- getAttrIpv6CidrBlocks() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The IPv6 CIDR blocks for the VPC.
- getAttrIsDefault() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
Defines if the resource discovery is the default.
- getAttrIsDefault() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
Defines if the resource discovery is the default.
- getAttrIsDefault() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
Defines if the scope is the default scope or not.
- getAttrKeyFingerprint() - Method in class software.amazon.awscdk.services.ec2.CfnKeyPair
-
If you created the key pair using Amazon EC2:.
- getAttrKeyPairId() - Method in class software.amazon.awscdk.services.ec2.CfnKeyPair
-
The ID of the key pair.
- getAttrLatestVersionNumber() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
The latest version of the launch template, such as `5` .
- getAttrLocalGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociation
-
The ID of the local gateway.
- getAttrLocalGatewayRouteTableVpcAssociationId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociation
-
The ID of the association.
- getAttrMemberType() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The type of group member, for example static.
- getAttrMemberType() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The type of group member, for example static.
- getAttrNatGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
The ID of the NAT gateway.
- getAttrNetworkAclAssociationId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The ID of the network ACL that is associated with the subnet's VPC, such as `acl-5fb85d36` .
- getAttrNetworkInsightsAccessScopeAnalysisArn() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
The ARN of the Network Access Scope analysis.
- getAttrNetworkInsightsAccessScopeAnalysisId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
The ID of the Network Access Scope analysis.
- getAttrNetworkInsightsAccessScopeArn() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
The ARN of the Network Access Scope.
- getAttrNetworkInsightsAccessScopeId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
The ID of the Network Access Scope.
- getAttrNetworkInsightsAnalysisArn() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The Amazon Resource Name (ARN) of the network insights analysis.
- getAttrNetworkInsightsAnalysisId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The ID of the network insights analysis.
- getAttrNetworkInsightsPathArn() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The Amazon Resource Name (ARN) of the path.
- getAttrNetworkInsightsPathId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The ID of the path.
- getAttrNetworkInterfaceIds() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
(Interface endpoints) The network interface IDs.
- getAttrNetworkPathFound() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
Indicates whether the destination is reachable from the source.
- getAttrOutpostArn() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The Amazon Resource Name (ARN) of the Outpost.
- getAttrOwnerId() - Method in class software.amazon.awscdk.services.ec2.CfnCarrierGateway
-
The AWS account ID of the owner of the carrier gateway.
- getAttrOwnerId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
The owner ID.
- getAttrOwnerId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
The owner ID.
- getAttrOwnerId() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
The ID of the owner of the prefix list.
- getAttrPoolCount() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
The number of pools in a scope.
- getAttrPoolDepth() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The depth of pools in your IPAM pool.
- getAttrPrefixListId() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
The ID of the prefix list.
- getAttrPrimaryPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The primary private IP address of the network interface.
- getAttrPrivateDefaultScopeId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The ID of the IPAM's default private scope.
- getAttrPrivateDnsName() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The private DNS name of the specified instance.
- getAttrPrivateIp() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The private IP address of the specified instance.
- getAttrPublicDefaultScopeId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The ID of the IPAM's default public scope.
- getAttrPublicDnsName() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The public DNS name of the specified instance.
- getAttrPublicIp() - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
The Elastic IP address.
- getAttrPublicIp() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The public IP address of the specified instance.
- getAttrResourceDiscoveryStatus() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
- getAttrResourceId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociation
-
The ID of the resource.
- getAttrResourceId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The ID of the resource.
- getAttrResourceId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The ID of the resource.
- getAttrResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociation
-
The type of resource, for example a VPC attachment.
- getAttrResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The type of resource, for example a VPC attachment.
- getAttrResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The type of resource, for example a VPC attachment.
- getAttrReturnPathComponents() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The components in the path from destination to source.
- getAttrRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteTable
-
The ID of the route table.
- getAttrScopeCount() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The number of scopes in the IPAM.
- getAttrSecondaryPrivateIpAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The secondary private IP addresses of the network interface.
- getAttrSourceArn() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The Amazon Resource Name (ARN) of the source.
- getAttrSourceType() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The type of source.
- getAttrSourceType() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The type of source.
- getAttrStartDate() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
The start date of the analysis.
- getAttrStartDate() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The time the analysis started.
- getAttrState() - Method in class software.amazon.awscdk.services.ec2.CfnCarrierGateway
-
The state of the carrier gateway.
- getAttrState() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The state of the IPAM pool.
- getAttrState() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidr
-
The state of the CIDR.
- getAttrState() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
The resource discovery's state.
- getAttrState() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
The lifecycle state of the association when you associate or disassociate a resource discovery.
- getAttrState() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRoute
-
The state of the local gateway route table.
- getAttrState() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociation
-
The state of the association.
- getAttrState() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect
-
The state of the attachment.
- getAttrState() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain
-
The state of the multicast domain.
- getAttrState() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociation
-
The state of the resource.
- getAttrState() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The state of the transit gateway peering attachment.
- getAttrStateMessage() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
A message related to the failed creation of an IPAM pool.
- getAttrStatus() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
The status of the analysis (running | succeeded | failed).
- getAttrStatus() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The status of the network insights analysis.
- getAttrStatusCode() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The status code.
- getAttrStatusMessage() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
The status message.
- getAttrStatusMessage() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The status message, if the status is `failed` .
- getAttrStatusMessage() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The status message.
- getAttrSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The ID of the subnet.
- getAttrSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The ID of the subnet.
- getAttrSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The ID of the subnet.
- getAttrSuggestedAccounts() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The IDs of potential intermediate accounts.
- getAttrTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Returns the tenancy of the Capacity Reservation.
- getAttrTotalInstanceCount() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Returns the total number of instances for which the Capacity Reservation reserves capacity.
- getAttrTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect
-
The ID of the transit gateway attachment.
- getAttrTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The ID of the transit gateway attachment.
- getAttrTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The ID of the transit gateway attachment.
- getAttrTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The ID of the transit gateway peering attachment.
- getAttrTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect
-
The ID of the transit gateway.
- getAttrTransitGatewayMulticastDomainArn() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain
-
The Amazon Resource Name (ARN) of the multicast domain.
- getAttrTransitGatewayMulticastDomainId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain
-
The ID of the multicast domain.
- getAttrType() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRoute
-
The type of local gateway route.
- getAttrUpdatedDate() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
The last updated date.
- getAttrVersion() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
The version of the prefix list.
- getAttrVolumeId() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The ID of the volume.
- getAttrVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
The physical ID of the VPC.
- getAttrVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The ID of the subnet's VPC, such as `vpc-11ad4878` .
- getAttrVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The ID of the VPC.
- getAttrVpnConnectionId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The ID of the VPN connection.
- getAttrVpnGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGateway
-
The ID of the VPN gateway.
- getAuthenticationOptions() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Information about the authentication method to be used to authenticate clients.
- getAuthenticationOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
Information about the authentication method to be used to authenticate clients.
- getAuthenticationOptions() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getAuthorizeAllGroups() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
Indicates whether to grant access to all clients.
- getAuthorizeAllGroups() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps
-
Indicates whether to grant access to all clients.
- getAuthorizeAllGroups() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps.Jsii$Proxy
-
- getAuthorizeAllUsersToVpcCidr() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
Whether to authorize all users to the VPC CIDR.
- getAuthorizeAllUsersToVpcCidr() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getAuthorizeAllUsersToVpcCidr() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getAutoAcceptSharedAssociations() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain.OptionsProperty
-
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.
- getAutoAcceptSharedAssociations() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain.OptionsProperty.Jsii$Proxy
-
- getAutoAcceptSharedAttachments() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Enable or disable automatic acceptance of attachment requests.
- getAutoAcceptSharedAttachments() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
Enable or disable automatic acceptance of attachment requests.
- getAutoAcceptSharedAttachments() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getAutoEnableIo() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
Indicates whether the volume is auto-enabled for I/O operations.
- getAutoEnableIo() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
Indicates whether the volume is auto-enabled for I/O operations.
- getAutoEnableIo() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getAutoEnableIo() - Method in interface software.amazon.awscdk.services.ec2.VolumeProps
-
Indicates whether the volume is auto-enabled for I/O operations.
- getAutoEnableIo() - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Jsii$Proxy
-
- getAutoImport() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.
- getAutoImport() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.
- getAutoImport() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getAutoPlacement() - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.
- getAutoPlacement() - Method in interface software.amazon.awscdk.services.ec2.CfnHostProps
-
Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.
- getAutoPlacement() - Method in class software.amazon.awscdk.services.ec2.CfnHostProps.Jsii$Proxy
-
- getAutoRecovery() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MaintenanceOptionsProperty
-
Disables the automatic recovery behavior of your instance or sets it to default.
- getAutoRecovery() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MaintenanceOptionsProperty.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.BastionHostLinuxProps
-
In which AZ to place the instance within the VPC.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Jsii$Proxy
-
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The Availability Zone in which to create the Capacity Reservation.
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
The Availability Zone in which the Capacity Reservation Fleet reserves the capacity.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
The Availability Zone in which to create the Capacity Reservation.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty
-
The Availability Zone in which to launch the instances.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty
-
The Availability Zone of the instance.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty.Jsii$Proxy
-
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
The Availability Zone in which to allocate the Dedicated Host.
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnHostProps
-
The Availability Zone in which to allocate the Dedicated Host.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnHostProps.Jsii$Proxy
-
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The Availability Zone of the instance.
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The Availability Zone of the instance.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty
-
The Availability Zone for the instance.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerTargetProperty
-
The Availability Zone.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerTargetProperty.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty
-
The Availability Zone in which to launch the instances.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotPlacementProperty
-
The Availability Zone.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotPlacementProperty.Jsii$Proxy
-
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The Availability Zone of the subnet.
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
The Availability Zone of the subnet.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The Availability Zone in which to create the volume.
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
The Availability Zone in which to create the volume.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
In which AZ to place the instance within the VPC.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Default
-
The Availability Zone the subnet is located in.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Proxy
-
The Availability Zone the subnet is located in.
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Default
-
The Availability Zone the subnet is located in.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Proxy
-
The Availability Zone the subnet is located in.
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.ISubnet
-
The Availability Zone the subnet is located in.
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.ISubnet.Jsii$Default
-
The Availability Zone the subnet is located in.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.ISubnet.Jsii$Proxy
-
The Availability Zone the subnet is located in.
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.IVolume
-
The availability zone that the EBS Volume is contained within (ex: us-west-2a).
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.IVolume.Jsii$Default
-
The availability zone that the EBS Volume is contained within (ex: us-west-2a).
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
The availability zone that the EBS Volume is contained within (ex: us-west-2a).
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.PrivateSubnetAttributes.Jsii$Proxy
-
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.PrivateSubnetProps.Jsii$Proxy
-
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.PublicSubnetAttributes.Jsii$Proxy
-
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.PublicSubnetProps.Jsii$Proxy
-
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
The Availability Zone the subnet is located in.
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.SubnetAttributes
-
The Availability Zone the subnet is located in.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.SubnetAttributes.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.SubnetProps
-
The availability zone for the subnet.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.SubnetProps.Jsii$Proxy
-
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.Volume
-
The availability zone that the EBS Volume is contained within (ex: us-west-2a).
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.VolumeAttributes
-
The availability zone that the EBS Volume is contained within (ex: us-west-2a).
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.VolumeAttributes.Jsii$Proxy
-
- getAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.VolumeProps
-
The Availability Zone in which to create the volume.
- getAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Jsii$Proxy
-
- getAvailabilityZoneId() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the capacity.
- getAvailabilityZoneId() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Jsii$Proxy
-
- getAvailabilityZoneId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The AZ ID of the subnet.
- getAvailabilityZoneId() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
The AZ ID of the subnet.
- getAvailabilityZoneId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getAvailabilityZones() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The Availability Zones.
- getAvailabilityZones() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getAvailabilityZones() - Method in interface software.amazon.awscdk.services.ec2.IVpc
-
AZs for this VPC.
- getAvailabilityZones() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
AZs for this VPC.
- getAvailabilityZones() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
AZs for this VPC.
- getAvailabilityZones() - Method in interface software.amazon.awscdk.services.ec2.SelectedSubnets
-
The respective AZs of each subnet.
- getAvailabilityZones() - Method in class software.amazon.awscdk.services.ec2.SelectedSubnets.Jsii$Proxy
-
- getAvailabilityZones() - Method in interface software.amazon.awscdk.services.ec2.SubnetSelection
-
Select subnets only in the given AZs.
- getAvailabilityZones() - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Jsii$Proxy
-
- getAvailabilityZones() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
AZs for this VPC.
- getAvailabilityZones() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
List of availability zones for the subnets in this VPC.
- getAvailabilityZones() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getAwsAccountId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermission
-
The AWS account ID.
- getAwsAccountId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermissionProps
-
The AWS account ID.
- getAwsAccountId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermissionProps.Jsii$Proxy
-
- getAwsService() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
Limits which service in AWS that the pool can be used in.
- getAwsService() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
Limits which service in AWS that the pool can be used in.
- getAwsService() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getAz() - Method in interface software.amazon.awscdk.services.ec2.GatewayConfig
-
Availability Zone.
- getAz() - Method in class software.amazon.awscdk.services.ec2.GatewayConfig.Jsii$Proxy
-
- getBannerText() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
-
Customizable text that will be displayed in a banner on AWS provided clients when a VPN session is established.
- getBannerText() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Jsii$Proxy
-
- getBareMetal() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
Indicates whether bare metal instance types must be included, excluded, or required.
- getBareMetal() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getBareMetal() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
Indicates whether bare metal instance types must be included, excluded, or required.
- getBareMetal() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getBareMetal() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
Indicates whether bare metal instance types must be included, excluded, or required.
- getBareMetal() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getBase64Encoded() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getBase64Encoded() - Method in interface software.amazon.awscdk.services.ec2.InitFileOptions
-
True if the inlined content (from a string or file) should be treated as base64 encoded.
- getBase64Encoded() - Method in class software.amazon.awscdk.services.ec2.InitFileOptions.Jsii$Proxy
-
- getBaselineEbsBandwidthMbps() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps.
- getBaselineEbsBandwidthMbps() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getBaselineEbsBandwidthMbps() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps.
- getBaselineEbsBandwidthMbps() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getBaselineEbsBandwidthMbps() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps.
- getBaselineEbsBandwidthMbps() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getBgpAsn() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGateway
-
For devices that support BGP, the customer gateway's BGP ASN.
- getBgpAsn() - Method in interface software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps
-
For devices that support BGP, the customer gateway's BGP ASN.
- getBgpAsn() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps.Jsii$Proxy
-
- getBlackhole() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRoute
-
Indicates whether to drop traffic that matches this route.
- getBlackhole() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteProps
-
Indicates whether to drop traffic that matches this route.
- getBlackhole() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteProps.Jsii$Proxy
-
- getBlockDeviceMappings() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The block device mapping entries that defines the block devices to attach to the instance at launch.
- getBlockDeviceMappings() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The block device mapping entries that defines the block devices to attach to the instance at launch.
- getBlockDeviceMappings() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getBlockDeviceMappings() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The block device mapping.
- getBlockDeviceMappings() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getBlockDeviceMappings() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
One or more block devices that are mapped to the Spot Instances.
- getBlockDeviceMappings() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getBlockDevices() - Method in interface software.amazon.awscdk.services.ec2.BastionHostLinuxProps
-
Specifies how block devices are exposed to the instance.
- getBlockDevices() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Jsii$Proxy
-
- getBlockDevices() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Specifies how block devices are exposed to the instance.
- getBlockDevices() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getBlockDevices() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
Specifies how block devices are exposed to the instance.
- getBlockDevices() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getBlockDuration() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions
-
Spot Instances with a defined duration (also known as Spot blocks) are designed not to be interrupted and will run continuously for the duration you select.
- getBlockDuration() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions.Jsii$Proxy
-
- getBlockDurationMinutes() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.SpotOptionsProperty
-
Deprecated.
- getBlockDurationMinutes() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.SpotOptionsProperty.Jsii$Proxy
-
- getBody() - Method in interface software.amazon.awscdk.services.ec2.MultipartBodyOptions
-
The body of message.
- getBody() - Method in class software.amazon.awscdk.services.ec2.MultipartBodyOptions.Jsii$Proxy
-
- getBucket() - Method in class software.amazon.awscdk.services.ec2.FlowLog
-
The S3 bucket to publish flow logs to.
- getBucket() - Method in interface software.amazon.awscdk.services.ec2.S3DownloadOptions
-
Name of the S3 bucket to download from.
- getBucket() - Method in class software.amazon.awscdk.services.ec2.S3DownloadOptions.Jsii$Proxy
-
- getBucketKey() - Method in interface software.amazon.awscdk.services.ec2.S3DownloadOptions
-
The key of the file to download.
- getBucketKey() - Method in class software.amazon.awscdk.services.ec2.S3DownloadOptions.Jsii$Proxy
-
- getBundling() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getBundling() - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Jsii$Proxy
-
- getBurstablePerformance() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
Indicates whether burstable performance T instance types are included, excluded, or required.
- getBurstablePerformance() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getBurstablePerformance() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
Indicates whether burstable performance T instance types are included, excluded, or required.
- getBurstablePerformance() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getBurstablePerformance() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
Indicates whether burstable performance T instance types are included, excluded, or required.
- getBurstablePerformance() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getCachedInContext() - Method in interface software.amazon.awscdk.services.ec2.AmazonLinuxImageProps
-
Whether the AMI ID is cached to be stable between deployments.
- getCachedInContext() - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImageProps.Jsii$Proxy
-
- getCachedInContext() - Method in interface software.amazon.awscdk.services.ec2.SsmParameterImageOptions
-
Whether the AMI ID is cached to be stable between deployments.
- getCachedInContext() - Method in class software.amazon.awscdk.services.ec2.SsmParameterImageOptions.Jsii$Proxy
-
- getCanInlineRule() - Method in interface software.amazon.awscdk.services.ec2.IPeer
-
Whether the rule can be inlined into a SecurityGroup or not.
- getCanInlineRule() - Method in interface software.amazon.awscdk.services.ec2.IPeer.Jsii$Default
-
Whether the rule can be inlined into a SecurityGroup or not.
- getCanInlineRule() - Method in class software.amazon.awscdk.services.ec2.IPeer.Jsii$Proxy
-
Whether the rule can be inlined into a SecurityGroup or not.
- getCanInlineRule() - Method in interface software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Default
-
Whether the rule can be inlined into a SecurityGroup or not.
- getCanInlineRule() - Method in class software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Proxy
-
Whether the rule can be inlined into a SecurityGroup or not.
- getCanInlineRule() - Method in class software.amazon.awscdk.services.ec2.Port
-
Whether the rule containing this port range can be inlined into a securitygroup or not.
- getCanInlineRule() - Method in class software.amazon.awscdk.services.ec2.SecurityGroup
-
Whether the rule can be inlined into a SecurityGroup or not.
- getCapacityRebalance() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.MaintenanceStrategiesProperty
-
The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.
- getCapacityRebalance() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.MaintenanceStrategiesProperty.Jsii$Proxy
-
- getCapacityRebalance() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotMaintenanceStrategiesProperty
-
The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.
- getCapacityRebalance() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotMaintenanceStrategiesProperty.Jsii$Proxy
-
- getCapacityReservationId() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CapacityReservationTargetProperty
-
The ID of the Capacity Reservation in which to run the instance.
- getCapacityReservationId() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CapacityReservationTargetProperty.Jsii$Proxy
-
- getCapacityReservationOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty
-
The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.
- getCapacityReservationOptions() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty.Jsii$Proxy
-
- getCapacityReservationPreference() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CapacityReservationSpecificationProperty
-
Indicates the instance's Capacity Reservation preferences.
- getCapacityReservationPreference() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CapacityReservationSpecificationProperty.Jsii$Proxy
-
- getCapacityReservationResourceGroupArn() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CapacityReservationTargetProperty
-
The ARN of the Capacity Reservation resource group in which to run the instance.
- getCapacityReservationResourceGroupArn() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CapacityReservationTargetProperty.Jsii$Proxy
-
- getCapacityReservationSpecification() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The Capacity Reservation targeting option.
- getCapacityReservationSpecification() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getCapacityReservationTarget() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CapacityReservationSpecificationProperty
-
Information about the target Capacity Reservation or Capacity Reservation group.
- getCapacityReservationTarget() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CapacityReservationSpecificationProperty.Jsii$Proxy
-
- getCarrierGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of the carrier gateway.
- getCarrierGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The ID of the carrier gateway.
- getCarrierGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getCertificateArn() - Method in class software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociation
-
The ARN of the ACM certificate with which to associate the IAM role.
- getCertificateArn() - Method in interface software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociationProps
-
The ARN of the ACM certificate with which to associate the IAM role.
- getCertificateArn() - Method in class software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociationProps.Jsii$Proxy
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnCarrierGateway
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRoute
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnTargetNetworkAssociation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGateway
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnEgressOnlyInternetGateway
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnInternetGateway
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidr
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnKeyPair
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRoute
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAcl
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermission
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscription
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroup
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnRouteTable
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetCidrBlock
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilter
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTarget
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRoute
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTable
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableAssociation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTablePropagation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeAttachment
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPCDHCPOptionsAssociation
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotification
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissions
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachment
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionRoute
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGateway
-
- getCfnProperties() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGatewayRoutePropagation
-
- getCidr() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocation
-
The CIDR you would like to allocate from the IPAM pool.
- getCidr() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMAllocationProps
-
The CIDR you would like to allocate from the IPAM pool.
- getCidr() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocationProps.Jsii$Proxy
-
- getCidr() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPool.ProvisionedCidrProperty
-
The CIDR provisioned to the IPAM pool.
- getCidr() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool.ProvisionedCidrProperty.Jsii$Proxy
-
- getCidr() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidr
-
The CIDR provisioned to the IPAM pool.
- getCidr() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolCidrProps
-
The CIDR provisioned to the IPAM pool.
- getCidr() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidrProps.Jsii$Proxy
-
- getCidr() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
-
The IPv4 address range, in CIDR notation.
- getCidr() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
-
- getCidr() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty
-
The IPv4 address range, in CIDR notation.
- getCidr() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Jsii$Proxy
-
- getCidr() - Method in interface software.amazon.awscdk.services.ec2.CfnPrefixList.EntryProperty
-
The CIDR block.
- getCidr() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList.EntryProperty.Jsii$Proxy
-
- getCidr() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleOptions
-
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
- getCidr() - Method in class software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleOptions.Jsii$Proxy
-
- getCidr() - Method in class software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleProps.Jsii$Proxy
-
- getCidr() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.
- getCidr() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getCidr() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getCidr() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnRouteOptions
-
The IPv4 address range, in CIDR notation, of the route destination.
- getCidr() - Method in class software.amazon.awscdk.services.ec2.ClientVpnRouteOptions.Jsii$Proxy
-
- getCidr() - Method in class software.amazon.awscdk.services.ec2.ClientVpnRouteProps.Jsii$Proxy
-
- getCidr() - Method in interface software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions
-
The CIDR range to allow or deny.
- getCidr() - Method in class software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions.Jsii$Proxy
-
- getCidr() - Method in class software.amazon.awscdk.services.ec2.NetworkAclEntryProps.Jsii$Proxy
-
- getCidr() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
The CIDR range to use for the VPC, e.g.
- getCidr() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.AclCidrConfig
-
Ipv4 CIDR.
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.AclCidrConfig.Jsii$Proxy
-
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The IPv4 CIDR range to allow or deny, in CIDR notation (for example, 172.16.0.0/24).
- getCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps
-
The IPv4 CIDR range to allow or deny, in CIDR notation (for example, 172.16.0.0/24).
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps.Jsii$Proxy
-
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The IPv4 CIDR block assigned to the subnet.
- getCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
The IPv4 CIDR block assigned to the subnet.
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The IPv4 network range for the VPC, in CIDR notation.
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
An IPv4 CIDR block to associate with the VPC.
- getCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps
-
An IPv4 CIDR block to associate with the VPC.
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps.Jsii$Proxy
-
- getCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCProps
-
The IPv4 network range for the VPC, in CIDR notation.
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnVPCProps.Jsii$Proxy
-
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.PrivateSubnetProps.Jsii$Proxy
-
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.PublicSubnetProps.Jsii$Proxy
-
- getCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.SubnetProps
-
The CIDR notation for this subnet.
- getCidrBlock() - Method in class software.amazon.awscdk.services.ec2.SubnetProps.Jsii$Proxy
-
- getCidrIp() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty
-
The IPv4 address range, in CIDR format.
- getCidrIp() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty.Jsii$Proxy
-
- getCidrIp() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty
-
The IPv4 address range, in CIDR format.
- getCidrIp() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Jsii$Proxy
-
- getCidrIp() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The IPv4 address range, in CIDR format.
- getCidrIp() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps
-
The IPv4 address range, in CIDR format.
- getCidrIp() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps.Jsii$Proxy
-
- getCidrIp() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The IPv4 address range, in CIDR format.
- getCidrIp() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
The IPv4 address range, in CIDR format.
- getCidrIp() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getCidrIpv6() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty
-
The IPv6 address range, in CIDR format.
- getCidrIpv6() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty.Jsii$Proxy
-
- getCidrIpv6() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty
-
The IPv6 address range, in CIDR format.
- getCidrIpv6() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Jsii$Proxy
-
- getCidrIpv6() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The IPv6 address range, in CIDR format.
- getCidrIpv6() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps
-
The IPv6 address range, in CIDR format.
- getCidrIpv6() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps.Jsii$Proxy
-
- getCidrIpv6() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The IPv6 address range, in CIDR format.
- getCidrIpv6() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
The IPv6 address range, in CIDR format.
- getCidrIpv6() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getCidrMask() - Method in interface software.amazon.awscdk.services.ec2.SubnetConfiguration
-
The number of leading 1 bits in the routing mask.
- getCidrMask() - Method in class software.amazon.awscdk.services.ec2.SubnetConfiguration.Jsii$Proxy
-
- getCidrs() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The CIDR ranges.
- getCidrs() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getClassicLoadBalancerListener() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The listener for a Classic Load Balancer.
- getClassicLoadBalancerListener() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getClassicLoadBalancers() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.ClassicLoadBalancersConfigProperty
-
One or more Classic Load Balancers.
- getClassicLoadBalancers() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.ClassicLoadBalancersConfigProperty.Jsii$Proxy
-
- getClassicLoadBalancersConfig() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.LoadBalancersConfigProperty
-
The Classic Load Balancers.
- getClassicLoadBalancersConfig() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LoadBalancersConfigProperty.Jsii$Proxy
-
- getClientCertificateArn() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
The ARN of the client certificate for mutual authentication.
- getClientCertificateArn() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getClientCertificateArn() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getClientCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.
- getClientCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.
- getClientCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getClientConnectionHandler() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
The AWS Lambda function used for connection authorization.
- getClientConnectionHandler() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getClientConnectionHandler() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getClientConnectOptions() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The options for managing connection authorization for new client connections.
- getClientConnectOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
The options for managing connection authorization for new client connections.
- getClientConnectOptions() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getClientLoginBanner() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
Customizable text that will be displayed in a banner on AWS provided clients when a VPN session is established.
- getClientLoginBanner() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getClientLoginBanner() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getClientLoginBannerOptions() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
- getClientLoginBannerOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
- getClientLoginBannerOptions() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getClientRootCertificateChainArn() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty
-
The ARN of the client certificate.
- getClientRootCertificateChainArn() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.CertificateAuthenticationRequestProperty.Jsii$Proxy
-
- getClientVpnEndoint() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleProps
-
- getClientVpnEndoint() - Method in class software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleProps.Jsii$Proxy
-
- getClientVpnEndoint() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnRouteProps
-
- getClientVpnEndoint() - Method in class software.amazon.awscdk.services.ec2.ClientVpnRouteProps.Jsii$Proxy
-
- getClientVpnEndpoint() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleProps
-
The client VPN endpoint to which to add the rule.
- getClientVpnEndpoint() - Method in class software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleProps.Jsii$Proxy
-
- getClientVpnEndpoint() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnRouteProps
-
The client VPN endpoint to which to add the route.
- getClientVpnEndpoint() - Method in class software.amazon.awscdk.services.ec2.ClientVpnRouteProps.Jsii$Proxy
-
- getClientVpnEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
The ID of the Client VPN endpoint.
- getClientVpnEndpointId() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps
-
The ID of the Client VPN endpoint.
- getClientVpnEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps.Jsii$Proxy
-
- getClientVpnEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRoute
-
The ID of the Client VPN endpoint to which to add the route.
- getClientVpnEndpointId() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnRouteProps
-
The ID of the Client VPN endpoint to which to add the route.
- getClientVpnEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRouteProps.Jsii$Proxy
-
- getClientVpnEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnTargetNetworkAssociation
-
The ID of the Client VPN endpoint.
- getClientVpnEndpointId() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnTargetNetworkAssociationProps
-
The ID of the Client VPN endpoint.
- getClientVpnEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnTargetNetworkAssociationProps.Jsii$Proxy
-
- getCloudwatchLogGroup() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ConnectionLogOptionsProperty
-
The name of the CloudWatch Logs log group.
- getCloudwatchLogGroup() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Jsii$Proxy
-
- getCloudwatchLogStream() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ConnectionLogOptionsProperty
-
The name of the CloudWatch Logs log stream to which the connection data is published.
- getCloudwatchLogStream() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Jsii$Proxy
-
- getCode() - Method in interface software.amazon.awscdk.services.ec2.AclIcmp
-
The Internet Control Message Protocol (ICMP) code.
- getCode() - Method in class software.amazon.awscdk.services.ec2.AclIcmp.Jsii$Proxy
-
- getCode() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntry.IcmpProperty
-
The Internet Control Message Protocol (ICMP) code.
- getCode() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry.IcmpProperty.Jsii$Proxy
-
- getCode() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty
-
The status code.
- getCode() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty.Jsii$Proxy
-
- getComponent() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AdditionalDetailProperty
-
The path component.
- getComponent() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AdditionalDetailProperty.Jsii$Proxy
-
- getComponent() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The component.
- getComponent() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getComponent() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The component.
- getComponent() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getComponentAccount() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The AWS account for the component.
- getComponentAccount() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getComponentArn() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AlternatePathHintProperty
-
The Amazon Resource Name (ARN) of the component.
- getComponentArn() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AlternatePathHintProperty.Jsii$Proxy
-
- getComponentId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AlternatePathHintProperty
-
The ID of the component.
- getComponentId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AlternatePathHintProperty.Jsii$Proxy
-
- getComponentRegion() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The Region for the component.
- getComponentRegion() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getConfigs() - Method in interface software.amazon.awscdk.services.ec2.ConfigSetProps
-
The sets of configs to pick from.
- getConfigs() - Method in class software.amazon.awscdk.services.ec2.ConfigSetProps.Jsii$Proxy
-
- getConfigSets() - Method in interface software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions
-
ConfigSet to activate.
- getConfigSets() - Method in class software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions.Jsii$Proxy
-
- getConfigSets() - Method in interface software.amazon.awscdk.services.ec2.AttachInitOptions
-
ConfigSet to activate.
- getConfigSets() - Method in class software.amazon.awscdk.services.ec2.AttachInitOptions.Jsii$Proxy
-
- getConfigSets() - Method in interface software.amazon.awscdk.services.ec2.ConfigSetProps
-
The definitions of each config set.
- getConfigSets() - Method in class software.amazon.awscdk.services.ec2.ConfigSetProps.Jsii$Proxy
-
- getConfigured() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.HibernationOptionsProperty
-
If you set this parameter to `true` , your instance is enabled for hibernation.
- getConfigured() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.HibernationOptionsProperty.Jsii$Proxy
-
- getConfigured() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.HibernationOptionsProperty
-
If you set this parameter to `true` , the instance is enabled for hibernation.
- getConfigured() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.HibernationOptionsProperty.Jsii$Proxy
-
- getConfiguredGateways() - Method in class software.amazon.awscdk.services.ec2.NatInstanceProvider
-
Return list of gateways spawned by the provider.
- getConfiguredGateways() - Method in class software.amazon.awscdk.services.ec2.NatProvider
-
Return list of gateways spawned by the provider.
- getConnectionEvents() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotification
-
The endpoint events for which to receive notifications.
- getConnectionEvents() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps
-
The endpoint events for which to receive notifications.
- getConnectionEvents() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps.Jsii$Proxy
-
- getConnectionLogOptions() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Information about the client connection logging options.
- getConnectionLogOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
Information about the client connection logging options.
- getConnectionLogOptions() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getConnectionNotificationArn() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotification
-
The ARN of the SNS topic for the notifications.
- getConnectionNotificationArn() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps
-
The ARN of the SNS topic for the notifications.
- getConnectionNotificationArn() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps.Jsii$Proxy
-
- getConnections() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux
-
Allows specify security group connections for the instance.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpoint
-
Allows specify security group connections for the endpoint.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.Connections
-
The network connections associated with this resource.
- getConnections() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Default
-
The network connections associated with this resource.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Proxy
-
The network connections associated with this resource.
- getConnections() - Method in interface software.amazon.awscdk.services.ec2.IConnectable
-
The network connections associated with this resource.
- getConnections() - Method in interface software.amazon.awscdk.services.ec2.IConnectable.Jsii$Default
-
The network connections associated with this resource.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.IConnectable.Jsii$Proxy
-
The network connections associated with this resource.
- getConnections() - Method in interface software.amazon.awscdk.services.ec2.IInstance.Jsii$Default
-
The network connections associated with this resource.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.IInstance.Jsii$Proxy
-
The network connections associated with this resource.
- getConnections() - Method in interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint.Jsii$Default
-
The network connections associated with this resource.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint.Jsii$Proxy
-
The network connections associated with this resource.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.Instance
-
Allows specify security group connections for the instance.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpoint
-
Access to network connections.
- getConnections() - Method in interface software.amazon.awscdk.services.ec2.IPeer.Jsii$Default
-
The network connections associated with this resource.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.IPeer.Jsii$Proxy
-
The network connections associated with this resource.
- getConnections() - Method in interface software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Default
-
The network connections associated with this resource.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Proxy
-
The network connections associated with this resource.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
Allows specifying security group connections for the instance.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.NatInstanceProvider
-
Manage the Security Groups associated with the NAT instances.
- getConnections() - Method in class software.amazon.awscdk.services.ec2.SecurityGroup
-
The network connections associated with this resource.
- getConnectivityType() - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
Indicates whether the NAT gateway supports public or private connectivity.
- getConnectivityType() - Method in interface software.amazon.awscdk.services.ec2.CfnNatGatewayProps
-
Indicates whether the NAT gateway supports public or private connectivity.
- getConnectivityType() - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Jsii$Proxy
-
- getContentType() - Method in interface software.amazon.awscdk.services.ec2.MultipartBodyOptions
-
`Content-Type` header of this part.
- getContentType() - Method in class software.amazon.awscdk.services.ec2.MultipartBodyOptions.Jsii$Proxy
-
- getContext() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Reserved.
- getContext() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
Reserved.
- getContext() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getContext() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
Reserved.
- getContext() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getContributorInsightsEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
Indicates whether to enable the built-in Contributor Insights rules.
- getContributorInsightsEnabled() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointServiceProps
-
Indicates whether to enable the built-in Contributor Insights rules.
- getContributorInsightsEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServiceProps.Jsii$Proxy
-
- getCoreCount() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.CpuOptionsProperty
-
The number of CPU cores for the instance.
- getCoreCount() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.CpuOptionsProperty.Jsii$Proxy
-
- getCoreCount() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CpuOptionsProperty
-
The number of CPU cores for the instance.
- getCoreCount() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CpuOptionsProperty.Jsii$Proxy
-
- getCount() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.ElasticInferenceAcceleratorProperty
-
The number of elastic inference accelerators to attach to the instance.
- getCount() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.ElasticInferenceAcceleratorProperty.Jsii$Proxy
-
- getCount() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateElasticInferenceAcceleratorProperty
-
The number of elastic inference accelerators to attach to the instance.
- getCount() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateElasticInferenceAcceleratorProperty.Jsii$Proxy
-
- getCpuCredits() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.CreditSpecificationProperty
-
The credit option for CPU usage of the instance.
- getCpuCredits() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.CreditSpecificationProperty.Jsii$Proxy
-
- getCpuCredits() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CreditSpecificationProperty
-
The credit option for CPU usage of a T instance.
- getCpuCredits() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CreditSpecificationProperty.Jsii$Proxy
-
- getCpuCredits() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
CPU credit type for burstable EC2 instance types.
- getCpuCredits() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getCpuManufacturers() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The CPU manufacturers to include.
- getCpuManufacturers() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getCpuManufacturers() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The CPU manufacturers to include.
- getCpuManufacturers() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getCpuManufacturers() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The CPU manufacturers to include.
- getCpuManufacturers() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getCpuOptions() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The CPU options for the instance.
- getCpuOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The CPU options for the instance.
- getCpuOptions() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getCpuOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The CPU options for the instance.
- getCpuOptions() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getCpuType() - Method in interface software.amazon.awscdk.services.ec2.AmazonLinuxImageProps
-
CPU Type.
- getCpuType() - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImageProps.Jsii$Proxy
-
- getCreditSpecification() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The credit option for CPU usage of the burstable performance instance.
- getCreditSpecification() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The credit option for CPU usage of the burstable performance instance.
- getCreditSpecification() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getCreditSpecification() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The credit option for CPU usage of the instance.
- getCreditSpecification() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getCustomerGateway() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The customer gateway.
- getCustomerGateway() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getCustomerGatewayAsn() - Method in interface software.amazon.awscdk.services.ec2.IVpnConnection
-
The ASN of the customer gateway.
- getCustomerGatewayAsn() - Method in interface software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Default
-
The ASN of the customer gateway.
- getCustomerGatewayAsn() - Method in class software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Proxy
-
The ASN of the customer gateway.
- getCustomerGatewayAsn() - Method in class software.amazon.awscdk.services.ec2.VpnConnection
-
The ASN of the customer gateway.
- getCustomerGatewayAsn() - Method in interface software.amazon.awscdk.services.ec2.VpnConnectionAttributes
-
The ASN of the customer gateway.
- getCustomerGatewayAsn() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionAttributes.Jsii$Proxy
-
- getCustomerGatewayAsn() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionBase
-
The ASN of the customer gateway.
- getCustomerGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The ID of the customer gateway at your end of the VPN connection.
- getCustomerGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNConnectionProps
-
The ID of the customer gateway at your end of the VPN connection.
- getCustomerGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionProps.Jsii$Proxy
-
- getCustomerGatewayId() - Method in interface software.amazon.awscdk.services.ec2.IVpnConnection
-
The id of the customer gateway.
- getCustomerGatewayId() - Method in interface software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Default
-
The id of the customer gateway.
- getCustomerGatewayId() - Method in class software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Proxy
-
The id of the customer gateway.
- getCustomerGatewayId() - Method in class software.amazon.awscdk.services.ec2.VpnConnection
-
The id of the customer gateway.
- getCustomerGatewayId() - Method in interface software.amazon.awscdk.services.ec2.VpnConnectionAttributes
-
The id of the customer gateway.
- getCustomerGatewayId() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionAttributes.Jsii$Proxy
-
- getCustomerGatewayId() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionBase
-
The id of the customer gateway.
- getCustomerGatewayIp() - Method in interface software.amazon.awscdk.services.ec2.IVpnConnection
-
The ip address of the customer gateway.
- getCustomerGatewayIp() - Method in interface software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Default
-
The ip address of the customer gateway.
- getCustomerGatewayIp() - Method in class software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Proxy
-
The ip address of the customer gateway.
- getCustomerGatewayIp() - Method in class software.amazon.awscdk.services.ec2.VpnConnection
-
The ip address of the customer gateway.
- getCustomerGatewayIp() - Method in interface software.amazon.awscdk.services.ec2.VpnConnectionAttributes
-
The ip address of the customer gateway.
- getCustomerGatewayIp() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionAttributes.Jsii$Proxy
-
- getCustomerGatewayIp() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionBase
-
The ip address of the customer gateway.
- getCwd() - Method in interface software.amazon.awscdk.services.ec2.InitCommandOptions
-
The working directory.
- getCwd() - Method in class software.amazon.awscdk.services.ec2.InitCommandOptions.Jsii$Proxy
-
- getDefaultAllowedTraffic() - Method in interface software.amazon.awscdk.services.ec2.NatInstanceProps
-
Direction to allow all traffic through the NAT instance by default.
- getDefaultAllowedTraffic() - Method in class software.amazon.awscdk.services.ec2.NatInstanceProps.Jsii$Proxy
-
- getDefaultInstanceTenancy() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
The default tenancy of instances launched into the VPC.
- getDefaultInstanceTenancy() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getDefaultPort() - Method in class software.amazon.awscdk.services.ec2.Connections
-
The default port configured for this connection peer, if available.
- getDefaultPort() - Method in interface software.amazon.awscdk.services.ec2.ConnectionsProps
-
Default port range for initiating connections to and from this object.
- getDefaultPort() - Method in class software.amazon.awscdk.services.ec2.ConnectionsProps.Jsii$Proxy
-
- getDefaultPort() - Method in class software.amazon.awscdk.services.ec2.SecurityGroup
-
- getDefaultResourceDiscoveryAssociationId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The IPAM's default resource discovery association ID.
- getDefaultResourceDiscoveryAssociationId() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMProps
-
The IPAM's default resource discovery association ID.
- getDefaultResourceDiscoveryAssociationId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMProps.Jsii$Proxy
-
- getDefaultResourceDiscoveryId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The IPAM's default resource discovery ID.
- getDefaultResourceDiscoveryId() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMProps
-
The IPAM's default resource discovery ID.
- getDefaultResourceDiscoveryId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMProps.Jsii$Proxy
-
- getDefaultRouteTableAssociation() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Enable or disable automatic association with the default association route table.
- getDefaultRouteTableAssociation() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
Enable or disable automatic association with the default association route table.
- getDefaultRouteTableAssociation() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getDefaultRouteTablePropagation() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Enable or disable automatic propagation of routes to the default propagation route table.
- getDefaultRouteTablePropagation() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
Enable or disable automatic propagation of routes to the default propagation route table.
- getDefaultRouteTablePropagation() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getDefaultTargetCapacityType() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.TargetCapacitySpecificationRequestProperty
-
The default `TotalTargetCapacity` , which is either `Spot` or `On-Demand` .
- getDefaultTargetCapacityType() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.Jsii$Proxy
-
- getDefaultVersionNumber() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
The default version for the launch template.
- getDeleteOnTermination() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty
-
Indicates whether the EBS volume is deleted on instance termination.
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty.Jsii$Proxy
-
- getDeleteOnTermination() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
Indicates whether the network interface is deleted when the instance is terminated.
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getDeleteOnTermination() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty
-
Indicates whether the EBS volume is deleted on instance termination.
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty.Jsii$Proxy
-
- getDeleteOnTermination() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
Indicates whether the network interface is deleted when the instance is terminated.
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment
-
Whether to delete the network interface when the instance terminates.
- getDeleteOnTermination() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachmentProps
-
Whether to delete the network interface when the instance terminates.
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachmentProps.Jsii$Proxy
-
- getDeleteOnTermination() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty
-
Indicates whether the EBS volume is deleted on instance termination.
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty.Jsii$Proxy
-
- getDeleteOnTermination() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
Indicates whether the network interface is deleted when the instance is terminated.
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceOptions.Jsii$Proxy
-
- getDeleteOnTermination() - Method in interface software.amazon.awscdk.services.ec2.EbsDeviceOptionsBase
-
Indicates whether to delete the volume when the instance is terminated.
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceOptionsBase.Jsii$Proxy
-
- getDeleteOnTermination() - Method in interface software.amazon.awscdk.services.ec2.EbsDeviceProps
-
Indicates whether to delete the volume when the instance is terminated.
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceProps.Jsii$Proxy
-
- getDeleteOnTermination() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceSnapshotOptions.Jsii$Proxy
-
- getDeliverLogsPermissionArn() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
- getDeliverLogsPermissionArn() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLogProps
-
The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
- getDeliverLogsPermissionArn() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLogProps.Jsii$Proxy
-
- getDependencyElements() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
Parts of this VPC subnet.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
A brief description of the authorization rule.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps
-
A brief description of the authorization rule.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
A brief description of the Client VPN endpoint.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
A brief description of the Client VPN endpoint.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRoute
-
A brief description of the route.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnRouteProps
-
A brief description of the route.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRouteProps.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
The description of the network interface.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The description for the IPAM.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocation
-
A description for the allocation.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMAllocationProps
-
A description for the allocation.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocationProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The description of the IPAM pool.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
The description of the IPAM pool.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMProps
-
The description for the IPAM.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
The resource discovery description.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryProps
-
The resource discovery description.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
The description of the scope.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMScopeProps
-
The description of the scope.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScopeProps.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
A description for the network interface.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
A description for the network interface.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps
-
A description for the network interface.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnPrefixList.EntryProperty
-
A description for the entry.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList.EntryProperty.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty
-
A description for the security group rule.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty
-
Updates the description of an ingress (inbound) security group rule.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The description of an egress (outbound) security group rule.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps
-
The description of an egress (outbound) security group rule.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
Updates the description of an ingress (inbound) security group rule.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
Updates the description of an ingress (inbound) security group rule.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
The description of the network interface.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilter
-
The description of the Traffic Mirror filter.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterProps
-
The description of the Traffic Mirror filter.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The description of the Traffic Mirror rule.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps
-
The description of the Traffic Mirror rule.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The description of the Traffic Mirror session.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps
-
The description of the Traffic Mirror session.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTarget
-
The description of the Traffic Mirror target.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps
-
The description of the Traffic Mirror target.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
The description of the transit gateway.
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
The description of the transit gateway.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleOptions
-
A brief description of the authorization rule.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleOptions.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleProps.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
A brief description of the Client VPN endpoint.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnRouteOptions
-
A brief description of the authorization rule.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.ClientVpnRouteOptions.Jsii$Proxy
-
- getDescription() - Method in class software.amazon.awscdk.services.ec2.ClientVpnRouteProps.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.ConnectionRule
-
Description of this connection.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.ConnectionRule.Jsii$Proxy
-
- getDescription() - Method in interface software.amazon.awscdk.services.ec2.SecurityGroupProps
-
A description of the security group.
- getDescription() - Method in class software.amazon.awscdk.services.ec2.SecurityGroupProps.Jsii$Proxy
-
- getDestination() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty
-
The destination.
- getDestination() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Jsii$Proxy
-
- getDestination() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The destination.
- getDestination() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getDestination() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The AWS resource that is the destination of the path.
- getDestination() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps
-
The AWS resource that is the destination of the path.
- getDestination() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps.Jsii$Proxy
-
- getDestination() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscription
-
The Region or Availability Zone that's the target for the subscription.
- getDestination() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscriptionProps
-
The Region or Availability Zone that's the target for the subscription.
- getDestination() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscriptionProps.Jsii$Proxy
-
- getDestination() - Method in interface software.amazon.awscdk.services.ec2.FlowLogOptions
-
Specifies the type of destination to which the flow log data is to be published.
- getDestination() - Method in class software.amazon.awscdk.services.ec2.FlowLogOptions.Jsii$Proxy
-
- getDestination() - Method in class software.amazon.awscdk.services.ec2.FlowLogProps.Jsii$Proxy
-
- getDestinationAddresses() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty
-
The destination addresses.
- getDestinationAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Jsii$Proxy
-
- getDestinationAddresses() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty
-
The destination addresses.
- getDestinationAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Jsii$Proxy
-
- getDestinationCidr() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
The destination IPv4 address, in CIDR notation.
- getDestinationCidr() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
-
- getDestinationCidr() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty
-
The CIDR block used for destination matches.
- getDestinationCidr() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Jsii$Proxy
-
- getDestinationCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.AddRouteOptions
-
IPv4 range this route applies to.
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.AddRouteOptions.Jsii$Proxy
-
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRoute
-
The IPv4 address range, in CIDR notation, of the route destination.
- getDestinationCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnRouteProps
-
The IPv4 address range, in CIDR notation, of the route destination.
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRouteProps.Jsii$Proxy
-
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRoute
-
The CIDR block used for destination matches.
- getDestinationCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteProps
-
The CIDR block used for destination matches.
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteProps.Jsii$Proxy
-
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The IPv4 CIDR block used for the destination match.
- getDestinationCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The IPv4 CIDR block used for the destination match.
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The destination CIDR block to assign to the Traffic Mirror rule.
- getDestinationCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps
-
The destination CIDR block to assign to the Traffic Mirror rule.
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Jsii$Proxy
-
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRoute
-
The CIDR block used for destination matches.
- getDestinationCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteProps
-
The CIDR block used for destination matches.
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteProps.Jsii$Proxy
-
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionRoute
-
The CIDR block associated with the local subnet of the customer network.
- getDestinationCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNConnectionRouteProps
-
The CIDR block associated with the local subnet of the customer network.
- getDestinationCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionRouteProps.Jsii$Proxy
-
- getDestinationIp() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The IP address of the AWS resource that is the destination of the path.
- getDestinationIp() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps
-
The IP address of the AWS resource that is the destination of the path.
- getDestinationIp() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps.Jsii$Proxy
-
- getDestinationIpv6CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.AddRouteOptions
-
IPv6 range this route applies to.
- getDestinationIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.AddRouteOptions.Jsii$Proxy
-
- getDestinationIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The IPv6 CIDR block used for the destination match.
- getDestinationIpv6CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The IPv6 CIDR block used for the destination match.
- getDestinationIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getDestinationOptions() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The destination options.
- getDestinationOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLogProps
-
The destination options.
- getDestinationOptions() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLogProps.Jsii$Proxy
-
- getDestinationPort() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The destination port.
- getDestinationPort() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps
-
The destination port.
- getDestinationPort() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps.Jsii$Proxy
-
- getDestinationPortRange() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The destination port range.
- getDestinationPortRange() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps
-
The destination port range.
- getDestinationPortRange() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Jsii$Proxy
-
- getDestinationPortRanges() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty
-
The destination port ranges.
- getDestinationPortRanges() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Jsii$Proxy
-
- getDestinationPorts() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty
-
The destination ports.
- getDestinationPorts() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Jsii$Proxy
-
- getDestinationPrefixListId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
The prefix of the AWS service .
- getDestinationPrefixListId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
-
- getDestinationPrefixListId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty
-
[EC2-VPC only] The prefix list IDs for the destination AWS service.
- getDestinationPrefixListId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty.Jsii$Proxy
-
- getDestinationPrefixListId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
[EC2-VPC only] The prefix list IDs for an AWS service.
- getDestinationPrefixListId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps
-
[EC2-VPC only] The prefix list IDs for an AWS service.
- getDestinationPrefixListId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps.Jsii$Proxy
-
- getDestinationPrefixLists() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty
-
The destination prefix lists.
- getDestinationPrefixLists() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Jsii$Proxy
-
- getDestinationSecurityGroupId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty
-
The ID of the destination VPC security group.
- getDestinationSecurityGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty.Jsii$Proxy
-
- getDestinationSecurityGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The ID of the security group.
- getDestinationSecurityGroupId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps
-
The ID of the security group.
- getDestinationSecurityGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps.Jsii$Proxy
-
- getDestinationVpc() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The destination VPC.
- getDestinationVpc() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getDestinationVpc() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The destination VPC.
- getDestinationVpc() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getDetailedMonitoring() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Whether "Detailed Monitoring" is enabled for this instance Keep in mind that Detailed Monitoring results in extra charges.
- getDetailedMonitoring() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getDetailedMonitoring() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
If set to true, then detailed monitoring will be enabled on instances created with this launch template.
- getDetailedMonitoring() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getDevice() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.VolumeProperty
-
The device name (for example, `/dev/sdh` or `xvdh` ).
- getDevice() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.VolumeProperty.Jsii$Proxy
-
- getDevice() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeAttachment
-
The device name (for example, `/dev/sdh` or `xvdh` ).
- getDevice() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeAttachmentProps
-
The device name (for example, `/dev/sdh` or `xvdh` ).
- getDevice() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeAttachmentProps.Jsii$Proxy
-
- getDeviceIndex() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
The position of the network interface in the attachment order.
- getDeviceIndex() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getDeviceIndex() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
The device index for the network interface attachment.
- getDeviceIndex() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getDeviceIndex() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment
-
The network interface's position in the attachment order.
- getDeviceIndex() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachmentProps
-
The network interface's position in the attachment order.
- getDeviceIndex() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachmentProps.Jsii$Proxy
-
- getDeviceIndex() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
The position of the network interface in the attachment order.
- getDeviceIndex() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
- getDeviceName() - Method in interface software.amazon.awscdk.services.ec2.BlockDevice
-
The device name exposed to the EC2 instance.
- getDeviceName() - Method in class software.amazon.awscdk.services.ec2.BlockDevice.Jsii$Proxy
-
- getDeviceName() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGateway
-
The name of customer gateway device.
- getDeviceName() - Method in interface software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps
-
The name of customer gateway device.
- getDeviceName() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps.Jsii$Proxy
-
- getDeviceName() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.BlockDeviceMappingProperty
-
The device name (for example, `/dev/sdh` or `xvdh` ).
- getDeviceName() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy
-
- getDeviceName() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BlockDeviceMappingProperty
-
The device name (for example, /dev/sdh or xvdh).
- getDeviceName() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BlockDeviceMappingProperty.Jsii$Proxy
-
- getDeviceName() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.BlockDeviceMappingProperty
-
The device name (for example, `/dev/sdh` or `xvdh` ).
- getDeviceName() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.BlockDeviceMappingProperty.Jsii$Proxy
-
- getDhcpOptionsId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCDHCPOptionsAssociation
-
The ID of the DHCP options set, or `default` to associate no DHCP options with the VPC.
- getDhcpOptionsId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCDHCPOptionsAssociationProps
-
The ID of the DHCP options set, or `default` to associate no DHCP options with the VPC.
- getDhcpOptionsId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCDHCPOptionsAssociationProps.Jsii$Proxy
-
- getDirection() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty
-
The direction.
- getDirection() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Jsii$Proxy
-
- getDirection() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The direction.
- getDirection() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getDirection() - Method in interface software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions
-
Traffic direction, with respect to the subnet, this rule applies to.
- getDirection() - Method in class software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions.Jsii$Proxy
-
- getDirection() - Method in class software.amazon.awscdk.services.ec2.NetworkAclEntryProps.Jsii$Proxy
-
- getDirectoryId() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty
-
The ID of the Active Directory to be used for authentication.
- getDirectoryId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty.Jsii$Proxy
-
- getDisableApiStop() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
Indicates whether to enable the instance for stop protection.
- getDisableApiStop() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getDisableApiTermination() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
If you set this parameter to `true` , you can't terminate the instance using the Amazon EC2 console, CLI, or API;
- getDisableApiTermination() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
If you set this parameter to `true` , you can't terminate the instance using the Amazon EC2 console, CLI, or API;
- getDisableApiTermination() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getDisableApiTermination() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
If you set this parameter to `true` , you can't terminate the instance using the Amazon EC2 console, CLI, or API;
- getDisableApiTermination() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getDisableApiTermination() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
If you set this parameter to true, you cannot terminate the instances launched with this launch template using the Amazon EC2 console, CLI, or API;
- getDisableApiTermination() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getDisableInlineRules() - Method in interface software.amazon.awscdk.services.ec2.SecurityGroupProps
-
Whether to disable inline ingress and egress rule optimization.
- getDisableInlineRules() - Method in class software.amazon.awscdk.services.ec2.SecurityGroupProps.Jsii$Proxy
-
- getDnsHostnamesEnabled() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
Indicates if instances launched in this VPC will have public DNS hostnames.
- getDnsServers() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Information about the DNS servers to be used for DNS resolution.
- getDnsServers() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
Information about the DNS servers to be used for DNS resolution.
- getDnsServers() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getDnsServers() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
Information about the DNS servers to be used for DNS resolution.
- getDnsServers() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getDnsServers() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getDnsSupport() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Enable or disable DNS support.
- getDnsSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment.OptionsProperty
-
Indicates whether DNS support is enabled.
- getDnsSupport() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment.OptionsProperty.Jsii$Proxy
-
- getDnsSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
Enable or disable DNS support.
- getDnsSupport() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getDnsSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment.OptionsProperty
-
Indicates whether DNS support is enabled.
- getDnsSupport() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment.OptionsProperty.Jsii$Proxy
-
- getDnsSupportEnabled() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
Indicates if DNS support is enabled for this VPC.
- getDocumentName() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.SsmAssociationProperty
-
The name of an SSM document to associate with the instance.
- getDocumentName() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.SsmAssociationProperty.Jsii$Proxy
-
- getDomain() - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
Indicates whether the Elastic IP address is for use with instances in a VPC or instance in EC2-Classic.
- getDomain() - Method in interface software.amazon.awscdk.services.ec2.CfnEIPProps
-
Indicates whether the Elastic IP address is for use with instances in a VPC or instance in EC2-Classic.
- getDomain() - Method in class software.amazon.awscdk.services.ec2.CfnEIPProps.Jsii$Proxy
-
- getDomainName() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
This value is used to complete unqualified DNS hostnames.
- getDomainName() - Method in interface software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps
-
This value is used to complete unqualified DNS hostnames.
- getDomainName() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps.Jsii$Proxy
-
- getDomainNameServers() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
The IPv4 addresses of up to four domain name servers, or `AmazonProvidedDNS` .
- getDomainNameServers() - Method in interface software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps
-
The IPv4 addresses of up to four domain name servers, or `AmazonProvidedDNS` .
- getDomainNameServers() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps.Jsii$Proxy
-
- getEbs() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.BlockDeviceMappingProperty
-
Parameters used to automatically set up EBS volumes when the instance is launched.
- getEbs() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy
-
- getEbs() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BlockDeviceMappingProperty
-
Parameters used to automatically set up EBS volumes when the instance is launched.
- getEbs() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BlockDeviceMappingProperty.Jsii$Proxy
-
- getEbs() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.BlockDeviceMappingProperty
-
Parameters used to automatically set up EBS volumes when the instance is launched.
- getEbs() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.BlockDeviceMappingProperty.Jsii$Proxy
-
- getEbsDevice() - Method in class software.amazon.awscdk.services.ec2.BlockDeviceVolume
-
EBS device info.
- getEbsOptimized() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Indicates whether the Capacity Reservation supports EBS-optimized instances.
- getEbsOptimized() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances types.
- getEbsOptimized() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Jsii$Proxy
-
- getEbsOptimized() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
Indicates whether the Capacity Reservation supports EBS-optimized instances.
- getEbsOptimized() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getEbsOptimized() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether the instance is optimized for Amazon EBS I/O.
- getEbsOptimized() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
Indicates whether the instance is optimized for Amazon EBS I/O.
- getEbsOptimized() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getEbsOptimized() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
Indicates whether the instance is optimized for Amazon EBS I/O.
- getEbsOptimized() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getEbsOptimized() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
Indicates whether the instances are optimized for EBS I/O.
- getEbsOptimized() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getEbsOptimized() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
Indicates whether the instances are optimized for Amazon EBS I/O.
- getEbsOptimized() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getEdition() - Method in interface software.amazon.awscdk.services.ec2.AmazonLinuxImageProps
-
What edition of Amazon Linux to use.
- getEdition() - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImageProps.Jsii$Proxy
-
- getEgress() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
Whether this rule applies to egress traffic from the subnet ( `true` ) or ingress traffic to the subnet ( `false` ).
- getEgress() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps
-
Whether this rule applies to egress traffic from the subnet ( `true` ) or ingress traffic to the subnet ( `false` ).
- getEgress() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps.Jsii$Proxy
-
- getEgress() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
-
Indicates whether the rule is an outbound rule.
- getEgress() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
-
- getEgressOnlyInternetGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
The ID of an egress-only internet gateway.
- getEgressOnlyInternetGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
-
- getEgressOnlyInternetGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of the egress-only internet gateway.
- getEgressOnlyInternetGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The ID of the egress-only internet gateway.
- getEgressOnlyInternetGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getEip() - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociation
-
[EC2-Classic] The Elastic IP address to associate with the instance.
- getEip() - Method in interface software.amazon.awscdk.services.ec2.CfnEIPAssociationProps
-
[EC2-Classic] The Elastic IP address to associate with the instance.
- getEip() - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociationProps.Jsii$Proxy
-
- getEipAllocationIds() - Method in interface software.amazon.awscdk.services.ec2.NatGatewayProps
-
EIP allocation IDs for the NAT gateways.
- getEipAllocationIds() - Method in class software.amazon.awscdk.services.ec2.NatGatewayProps.Jsii$Proxy
-
- getElasticGpuSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
An elastic GPU to associate with the instance.
- getElasticGpuSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
An elastic GPU to associate with the instance.
- getElasticGpuSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getElasticGpuSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
An elastic GPU to associate with the instance.
- getElasticGpuSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getElasticInferenceAccelerators() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
An elastic inference accelerator to associate with the instance.
- getElasticInferenceAccelerators() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
An elastic inference accelerator to associate with the instance.
- getElasticInferenceAccelerators() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getElasticInferenceAccelerators() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The elastic inference accelerator for the instance.
- getElasticInferenceAccelerators() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getElasticLoadBalancerListener() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The load balancer listener.
- getElasticLoadBalancerListener() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getElasticLoadBalancerListener() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The load balancer listener.
- getElasticLoadBalancerListener() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getElementType() - Method in class software.amazon.awscdk.services.ec2.InitCommand
-
Returns the init element type for this element.
- getElementType() - Method in class software.amazon.awscdk.services.ec2.InitElement
-
Returns the init element type for this element.
- getElementType() - Method in class software.amazon.awscdk.services.ec2.InitFile
-
Returns the init element type for this element.
- getElementType() - Method in class software.amazon.awscdk.services.ec2.InitGroup
-
Returns the init element type for this element.
- getElementType() - Method in class software.amazon.awscdk.services.ec2.InitPackage
-
Returns the init element type for this element.
- getElementType() - Method in class software.amazon.awscdk.services.ec2.InitService
-
Returns the init element type for this element.
- getElementType() - Method in class software.amazon.awscdk.services.ec2.InitSource
-
Returns the init element type for this element.
- getElementType() - Method in class software.amazon.awscdk.services.ec2.InitUser
-
Returns the init element type for this element.
- getEmbedFingerprint() - Method in interface software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions
-
Force instance replacement by embedding a config fingerprint.
- getEmbedFingerprint() - Method in class software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions.Jsii$Proxy
-
- getEmbedFingerprint() - Method in interface software.amazon.awscdk.services.ec2.AttachInitOptions
-
Whether to embed a hash into the userData.
- getEmbedFingerprint() - Method in class software.amazon.awscdk.services.ec2.AttachInitOptions.Jsii$Proxy
-
- getEnabled() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientConnectOptionsProperty
-
Indicates whether client connect options are enabled.
- getEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientConnectOptionsProperty.Jsii$Proxy
-
- getEnabled() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty
-
Enable or disable a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
- getEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty.Jsii$Proxy
-
- getEnabled() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ConnectionLogOptionsProperty
-
Indicates whether connection logging is enabled.
- getEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Jsii$Proxy
-
- getEnabled() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.EnclaveOptionsProperty
-
If this parameter is set to `true` , the instance is enabled for AWS Nitro Enclaves;
- getEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.EnclaveOptionsProperty.Jsii$Proxy
-
- getEnabled() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EnclaveOptionsProperty
-
If this parameter is set to `true` , the instance is enabled for AWS Nitro Enclaves;
- getEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EnclaveOptionsProperty.Jsii$Proxy
-
- getEnabled() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MonitoringProperty
-
Specify `true` to enable detailed monitoring.
- getEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MonitoringProperty.Jsii$Proxy
-
- getEnabled() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetMonitoringProperty
-
Enables monitoring for the instance.
- getEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetMonitoringProperty.Jsii$Proxy
-
- getEnabled() - Method in interface software.amazon.awscdk.services.ec2.InitServiceOptions
-
Enable or disable this service.
- getEnabled() - Method in class software.amazon.awscdk.services.ec2.InitServiceOptions.Jsii$Proxy
-
- getEnableDns64() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
- getEnableDns64() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
- getEnableDns64() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getEnableDnsHostnames() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
Indicates whether the instances launched in the VPC get DNS hostnames.
- getEnableDnsHostnames() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCProps
-
Indicates whether the instances launched in the VPC get DNS hostnames.
- getEnableDnsHostnames() - Method in class software.amazon.awscdk.services.ec2.CfnVPCProps.Jsii$Proxy
-
- getEnableDnsHostnames() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
Indicates whether the instances launched in the VPC get public DNS hostnames.
- getEnableDnsHostnames() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getEnableDnsSupport() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
Indicates whether the DNS resolution is supported for the VPC.
- getEnableDnsSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCProps
-
Indicates whether the DNS resolution is supported for the VPC.
- getEnableDnsSupport() - Method in class software.amazon.awscdk.services.ec2.CfnVPCProps.Jsii$Proxy
-
- getEnableDnsSupport() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
Indicates whether the DNS resolution is supported for the VPC.
- getEnableDnsSupport() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getEnableMultiAttach() - Method in interface software.amazon.awscdk.services.ec2.VolumeProps
-
Indicates whether Amazon EBS Multi-Attach is enabled.
- getEnableMultiAttach() - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Jsii$Proxy
-
- getEnableResourceNameDnsAaaaRecord() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.PrivateDnsNameOptionsProperty
-
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
- getEnableResourceNameDnsAaaaRecord() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.PrivateDnsNameOptionsProperty.Jsii$Proxy
-
- getEnableResourceNameDnsAaaaRecord() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PrivateDnsNameOptionsProperty
-
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
- getEnableResourceNameDnsAaaaRecord() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PrivateDnsNameOptionsProperty.Jsii$Proxy
-
- getEnableResourceNameDnsAaaaRecord() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
-
Indicates whether to respond to DNS queries for instance hostname with DNS AAAA records.
- getEnableResourceNameDnsAaaaRecord() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Jsii$Proxy
-
- getEnableResourceNameDnsARecord() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.PrivateDnsNameOptionsProperty
-
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
- getEnableResourceNameDnsARecord() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.PrivateDnsNameOptionsProperty.Jsii$Proxy
-
- getEnableResourceNameDnsARecord() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PrivateDnsNameOptionsProperty
-
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
- getEnableResourceNameDnsARecord() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PrivateDnsNameOptionsProperty.Jsii$Proxy
-
- getEnableResourceNameDnsARecord() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
-
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
- getEnableResourceNameDnsARecord() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Jsii$Proxy
-
- getEnablesInternetConnectivity() - Method in interface software.amazon.awscdk.services.ec2.AddRouteOptions
-
Whether this route will enable internet connectivity.
- getEnablesInternetConnectivity() - Method in class software.amazon.awscdk.services.ec2.AddRouteOptions.Jsii$Proxy
-
- getEnclaveOptions() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether the instance is enabled for AWS Nitro Enclaves.
- getEnclaveOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
Indicates whether the instance is enabled for AWS Nitro Enclaves.
- getEnclaveOptions() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getEnclaveOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
Indicates whether the instance is enabled for AWS Nitro Enclaves.
- getEnclaveOptions() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getEncrypted() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty
-
Indicates whether the volume should be encrypted.
- getEncrypted() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty.Jsii$Proxy
-
- getEncrypted() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty
-
Indicates whether the EBS volume is encrypted.
- getEncrypted() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty.Jsii$Proxy
-
- getEncrypted() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty
-
Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot.
- getEncrypted() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty.Jsii$Proxy
-
- getEncrypted() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
Indicates whether the volume should be encrypted.
- getEncrypted() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
Indicates whether the volume should be encrypted.
- getEncrypted() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getEncrypted() - Method in interface software.amazon.awscdk.services.ec2.EbsDeviceOptions
-
Specifies whether the EBS volume is encrypted.
- getEncrypted() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceOptions.Jsii$Proxy
-
- getEncrypted() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceProps.Jsii$Proxy
-
- getEncrypted() - Method in interface software.amazon.awscdk.services.ec2.VolumeProps
-
Specifies whether the volume should be encrypted.
- getEncrypted() - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Jsii$Proxy
-
- getEncryptionKey() - Method in interface software.amazon.awscdk.services.ec2.IVolume
-
The customer-managed encryption key that is used to encrypt the Volume.
- getEncryptionKey() - Method in interface software.amazon.awscdk.services.ec2.IVolume.Jsii$Default
-
The customer-managed encryption key that is used to encrypt the Volume.
- getEncryptionKey() - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
The customer-managed encryption key that is used to encrypt the Volume.
- getEncryptionKey() - Method in class software.amazon.awscdk.services.ec2.Volume
-
The customer-managed encryption key that is used to encrypt the Volume.
- getEncryptionKey() - Method in interface software.amazon.awscdk.services.ec2.VolumeAttributes
-
The customer-managed encryption key that is used to encrypt the Volume.
- getEncryptionKey() - Method in class software.amazon.awscdk.services.ec2.VolumeAttributes.Jsii$Proxy
-
- getEncryptionKey() - Method in interface software.amazon.awscdk.services.ec2.VolumeProps
-
The customer-managed encryption key that is used to encrypt the Volume.
- getEncryptionKey() - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Jsii$Proxy
-
- getEndDate() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The date and time at which the Capacity Reservation expires.
- getEndDate() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
The date and time at which the Capacity Reservation Fleet expires.
- getEndDate() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps
-
The date and time at which the Capacity Reservation Fleet expires.
- getEndDate() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps.Jsii$Proxy
-
- getEndDate() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
The date and time at which the Capacity Reservation expires.
- getEndDate() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getEndDateType() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Indicates the way in which the Capacity Reservation ends.
- getEndDateType() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
Indicates the way in which the Capacity Reservation ends.
- getEndDateType() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getEndpointId() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpoint
-
The endpoint ID.
- getEndpointId() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointAttributes
-
The endpoint ID.
- getEndpointId() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointAttributes.Jsii$Proxy
-
- getEndpointId() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnEndpoint
-
The endpoint ID.
- getEndpointId() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Default
-
The endpoint ID.
- getEndpointId() - Method in class software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Proxy
-
The endpoint ID.
- getEnsureRunning() - Method in interface software.amazon.awscdk.services.ec2.InitServiceOptions
-
Make sure this service is running or not running after cfn-init finishes.
- getEnsureRunning() - Method in class software.amazon.awscdk.services.ec2.InitServiceOptions.Jsii$Proxy
-
- getEntries() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
One or more entries for the prefix list.
- getEntries() - Method in interface software.amazon.awscdk.services.ec2.CfnPrefixListProps
-
One or more entries for the prefix list.
- getEntries() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixListProps.Jsii$Proxy
-
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IFlowLog.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IFlowLog.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IGatewayVpcEndpoint.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IGatewayVpcEndpoint.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IInstance.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IInstance.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.INetworkAcl.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.INetworkAcl.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.INetworkAclEntry.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.INetworkAclEntry.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.InitCommandOptions
-
Sets environment variables for the command.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.InitCommandOptions.Jsii$Proxy
-
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.ISubnet.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.ISubnet.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.ISubnetNetworkAclAssociation.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.ISubnetNetworkAclAssociation.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IVolume.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpoint.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IVpcEndpoint.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpointService.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IVpcEndpointService.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Proxy
-
The environment this resource belongs to.
- getEnv() - Method in interface software.amazon.awscdk.services.ec2.IVpnGateway.Jsii$Default
-
The environment this resource belongs to.
- getEnv() - Method in class software.amazon.awscdk.services.ec2.IVpnGateway.Jsii$Proxy
-
The environment this resource belongs to.
- getEphemeralStorage() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
*Deprecated.*.
- getEphemeralStorage() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
*Deprecated.*.
- getEphemeralStorage() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getExcessCapacityTerminationPolicy() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
- getExcessCapacityTerminationPolicy() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
- getExcessCapacityTerminationPolicy() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getExcessCapacityTerminationPolicy() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
Indicates whether running Spot Instances should be terminated if you decrease the target capacity of the Spot Fleet request below the current size of the Spot Fleet.
- getExcessCapacityTerminationPolicy() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getExclude() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getExclude() - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Jsii$Proxy
-
- getExcludedInstanceTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The instance types to exclude.
- getExcludedInstanceTypes() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getExcludedInstanceTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The instance types to exclude.
- getExcludedInstanceTypes() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getExcludedInstanceTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The instance types to exclude.
- getExcludedInstanceTypes() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getExcludePaths() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
The paths to exclude.
- getExcludePaths() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeProps
-
The paths to exclude.
- getExcludePaths() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeProps.Jsii$Proxy
-
- getExplanationCode() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The explanation code.
- getExplanationCode() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getExplanations() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The explanation codes.
- getExplanations() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getFederatedAuthentication() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
-
Information about the IAM SAML identity provider, if applicable.
- getFederatedAuthentication() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Jsii$Proxy
-
- getFileFormat() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLog.DestinationOptionsProperty
-
The format for the flow log.
- getFileFormat() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog.DestinationOptionsProperty.Jsii$Proxy
-
- getFilePath() - Method in interface software.amazon.awscdk.services.ec2.ExecuteFileOptions
-
The path to the file.
- getFilePath() - Method in class software.amazon.awscdk.services.ec2.ExecuteFileOptions.Jsii$Proxy
-
- getFilterInArns() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The Amazon Resource Names (ARN) of the resources that the path must traverse.
- getFilterInArns() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysisProps
-
The Amazon Resource Names (ARN) of the resources that the path must traverse.
- getFilterInArns() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysisProps.Jsii$Proxy
-
- getFilters() - Method in interface software.amazon.awscdk.services.ec2.LookupMachineImageProps
-
Additional filters on the AMI.
- getFilters() - Method in class software.amazon.awscdk.services.ec2.LookupMachineImageProps.Jsii$Proxy
-
- getFlowLogId() - Method in class software.amazon.awscdk.services.ec2.FlowLog
-
The Id of the VPC Flow Log.
- getFlowLogId() - Method in interface software.amazon.awscdk.services.ec2.IFlowLog
-
The Id of the VPC Flow Log.
- getFlowLogId() - Method in interface software.amazon.awscdk.services.ec2.IFlowLog.Jsii$Default
-
The Id of the VPC Flow Log.
- getFlowLogId() - Method in class software.amazon.awscdk.services.ec2.IFlowLog.Jsii$Proxy
-
The Id of the VPC Flow Log.
- getFlowLogName() - Method in interface software.amazon.awscdk.services.ec2.FlowLogProps
-
The name of the FlowLog.
- getFlowLogName() - Method in class software.amazon.awscdk.services.ec2.FlowLogProps.Jsii$Proxy
-
- getFlowLogs() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
Flow logs to add to this VPC.
- getFlowLogs() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getFollow() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getFollow() - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Jsii$Proxy
-
- getFollowSymlinks() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getFollowSymlinks() - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Jsii$Proxy
-
- getFrom() - Method in interface software.amazon.awscdk.services.ec2.AclPortRange
-
The first port in the range.
- getFrom() - Method in class software.amazon.awscdk.services.ec2.AclPortRange.Jsii$Proxy
-
- getFrom() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntry.PortRangeProperty
-
The first port in the range.
- getFrom() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry.PortRangeProperty.Jsii$Proxy
-
- getFrom() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PortRangeProperty
-
The first port in the range.
- getFrom() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PortRangeProperty.Jsii$Proxy
-
- getFromPort() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty
-
If the protocol is TCP or UDP, this is the start of the port range.
- getFromPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty.Jsii$Proxy
-
- getFromPort() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty
-
If the protocol is TCP or UDP, this is the start of the port range.
- getFromPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Jsii$Proxy
-
- getFromPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
If the protocol is TCP or UDP, this is the start of the port range.
- getFromPort() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps
-
If the protocol is TCP or UDP, this is the start of the port range.
- getFromPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps.Jsii$Proxy
-
- getFromPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.
- getFromPort() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.
- getFromPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getFromPort() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule.TrafficMirrorPortRangeProperty
-
The start of the Traffic Mirror port range.
- getFromPort() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule.TrafficMirrorPortRangeProperty.Jsii$Proxy
-
- getFromPort() - Method in interface software.amazon.awscdk.services.ec2.ConnectionRule
-
Start of port range for the TCP and UDP protocols, or an ICMP type number.
- getFromPort() - Method in class software.amazon.awscdk.services.ec2.ConnectionRule.Jsii$Proxy
-
- getFromPort() - Method in interface software.amazon.awscdk.services.ec2.PortProps
-
The starting port for the range.
- getFromPort() - Method in class software.amazon.awscdk.services.ec2.PortProps.Jsii$Proxy
-
- getFunctionArn() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler
-
The ARN of the function.
- getFunctionArn() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler.Jsii$Default
-
The ARN of the function.
- getFunctionArn() - Method in class software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler.Jsii$Proxy
-
The ARN of the function.
- getFunctionName() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler
-
The name of the function.
- getFunctionName() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler.Jsii$Default
-
The name of the function.
- getFunctionName() - Method in class software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler.Jsii$Proxy
-
The name of the function.
- getGatewayEndpoints() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
Gateway endpoints to add to this VPC.
- getGatewayEndpoints() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociation
-
The ID of the gateway.
- getGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociationProps
-
The ID of the gateway.
- getGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociationProps.Jsii$Proxy
-
- getGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
The ID of the gateway, such as an internet gateway or virtual private gateway.
- getGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
-
- getGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of an internet gateway or virtual private gateway attached to your VPC.
- getGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The ID of an internet gateway or virtual private gateway attached to your VPC.
- getGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getGatewayId() - Method in interface software.amazon.awscdk.services.ec2.GatewayConfig
-
Identity of gateway spawned by the provider.
- getGatewayId() - Method in class software.amazon.awscdk.services.ec2.GatewayConfig.Jsii$Proxy
-
- getGatewayId() - Method in interface software.amazon.awscdk.services.ec2.IVpnGateway
-
The virtual private gateway Id.
- getGatewayId() - Method in interface software.amazon.awscdk.services.ec2.IVpnGateway.Jsii$Default
-
The virtual private gateway Id.
- getGatewayId() - Method in class software.amazon.awscdk.services.ec2.IVpnGateway.Jsii$Proxy
-
The virtual private gateway Id.
- getGatewayId() - Method in class software.amazon.awscdk.services.ec2.VpnGateway
-
The virtual private gateway Id.
- getGatewayLoadBalancerArns() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
- getGatewayLoadBalancerArns() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointServiceProps
-
The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
- getGatewayLoadBalancerArns() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServiceProps.Jsii$Proxy
-
- getGatewayLoadBalancerEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTarget
-
The ID of the Gateway Load Balancer endpoint.
- getGatewayLoadBalancerEndpointId() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps
-
The ID of the Gateway Load Balancer endpoint.
- getGatewayLoadBalancerEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps.Jsii$Proxy
-
- getGeneration() - Method in interface software.amazon.awscdk.services.ec2.AmazonLinuxImageProps
-
What generation of Amazon Linux to use.
- getGeneration() - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImageProps.Jsii$Proxy
-
- getGrantPrincipal() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux
-
The principal to grant permissions to.
- getGrantPrincipal() - Method in interface software.amazon.awscdk.services.ec2.IInstance.Jsii$Default
-
The principal to grant permissions to.
- getGrantPrincipal() - Method in class software.amazon.awscdk.services.ec2.IInstance.Jsii$Proxy
-
The principal to grant permissions to.
- getGrantPrincipal() - Method in class software.amazon.awscdk.services.ec2.Instance
-
The principal to grant permissions to.
- getGrantPrincipal() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
Principal to grant permissions to.
- getGroup() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getGroup() - Method in interface software.amazon.awscdk.services.ec2.InitFileOptions
-
The name of the owning group for this file.
- getGroup() - Method in class software.amazon.awscdk.services.ec2.InitFileOptions.Jsii$Proxy
-
- getGroupDescription() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
A description for the security group.
- getGroupDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupProps
-
A description for the security group.
- getGroupDescription() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Jsii$Proxy
-
- getGroupId() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty
-
The Group Id of a placement group.
- getGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
-
- getGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The ID of the security group.
- getGroupId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps
-
The ID of the security group.
- getGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps.Jsii$Proxy
-
- getGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The ID of the security group.
- getGroupId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
The ID of the security group.
- getGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getGroupId() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.GroupIdentifierProperty
-
The ID of the security group.
- getGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.GroupIdentifierProperty.Jsii$Proxy
-
- getGroupId() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleOptions
-
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.
- getGroupId() - Method in class software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleOptions.Jsii$Proxy
-
- getGroupId() - Method in class software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleProps.Jsii$Proxy
-
- getGroupIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The IP address assigned to the transit gateway multicast group.
- getGroupIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMemberProps
-
The IP address assigned to the transit gateway multicast group.
- getGroupIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMemberProps.Jsii$Proxy
-
- getGroupIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The IP address assigned to the transit gateway multicast group.
- getGroupIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSourceProps
-
The IP address assigned to the transit gateway multicast group.
- getGroupIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSourceProps.Jsii$Proxy
-
- getGroupName() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty
-
The name of the placement group that the instance is in.
- getGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty.Jsii$Proxy
-
- getGroupName() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty
-
The name of the placement group for the instance.
- getGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
-
- getGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
The name of the security group.
- getGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The name of the security group.
- getGroupName() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
The name of the security group.
- getGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getGroupName() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupProps
-
The name of the security group.
- getGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Jsii$Proxy
-
- getGroupName() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotPlacementProperty
-
The name of the placement group.
- getGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotPlacementProperty.Jsii$Proxy
-
- getGroups() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
The IDs of one or more security groups.
- getGroups() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getGroups() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
The IDs of the security groups for the network interface.
- getGroups() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
- getGroups() - Method in interface software.amazon.awscdk.services.ec2.InitUserOptions
-
A list of group names.
- getGroups() - Method in class software.amazon.awscdk.services.ec2.InitUserOptions.Jsii$Proxy
-
- getGroupSet() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
The IDs of the security groups for the network interface.
- getGroupSet() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getGroupSet() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The security group IDs associated with this network interface.
- getGroupSet() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps
-
The security group IDs associated with this network interface.
- getGroupSet() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Jsii$Proxy
-
- getHasPublic() - Method in interface software.amazon.awscdk.services.ec2.SelectedSubnets
-
Whether any of the given subnets are from the VPC's public subnets.
- getHasPublic() - Method in class software.amazon.awscdk.services.ec2.SelectedSubnets.Jsii$Proxy
-
- getHibernationConfigured() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
If you set this parameter to true, the instance is enabled for hibernation.
- getHibernationConfigured() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getHibernationOptions() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether an instance is enabled for hibernation.
- getHibernationOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
Indicates whether an instance is enabled for hibernation.
- getHibernationOptions() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getHibernationOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
Indicates whether an instance is enabled for hibernation.
- getHibernationOptions() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getHiveCompatiblePartitions() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLog.DestinationOptionsProperty
-
Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.
- getHiveCompatiblePartitions() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog.DestinationOptionsProperty.Jsii$Proxy
-
- getHomeDir() - Method in interface software.amazon.awscdk.services.ec2.InitUserOptions
-
The user's home directory.
- getHomeDir() - Method in class software.amazon.awscdk.services.ec2.InitUserOptions.Jsii$Proxy
-
- getHostId() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty
-
The ID of the Dedicated Host on which the instance resides.
- getHostId() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty.Jsii$Proxy
-
- getHostId() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
If you specify host for the `Affinity` property, the ID of a dedicated host that the instance is associated with.
- getHostId() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
If you specify host for the `Affinity` property, the ID of a dedicated host that the instance is associated with.
- getHostId() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getHostId() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty
-
The ID of the Dedicated Host for the instance.
- getHostId() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
-
- getHostnameType() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.PrivateDnsNameOptionsProperty
-
The type of hostnames to assign to instances in the subnet at launch.
- getHostnameType() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.PrivateDnsNameOptionsProperty.Jsii$Proxy
-
- getHostnameType() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PrivateDnsNameOptionsProperty
-
The type of hostname for EC2 instances.
- getHostnameType() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PrivateDnsNameOptionsProperty.Jsii$Proxy
-
- getHostnameType() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty
-
The type of hostname for EC2 instances.
- getHostnameType() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet.PrivateDnsNameOptionsOnLaunchProperty.Jsii$Proxy
-
- getHostRecovery() - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
Indicates whether to enable or disable host recovery for the Dedicated Host.
- getHostRecovery() - Method in interface software.amazon.awscdk.services.ec2.CfnHostProps
-
Indicates whether to enable or disable host recovery for the Dedicated Host.
- getHostRecovery() - Method in class software.amazon.awscdk.services.ec2.CfnHostProps.Jsii$Proxy
-
- getHostResourceGroupArn() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty
-
The ARN of the host resource group in which to launch the instances.
- getHostResourceGroupArn() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty.Jsii$Proxy
-
- getHostResourceGroupArn() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The ARN of the host resource group in which to launch the instances.
- getHostResourceGroupArn() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The ARN of the host resource group in which to launch the instances.
- getHostResourceGroupArn() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getHostResourceGroupArn() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty
-
The ARN of the host resource group in which to launch the instances.
- getHostResourceGroupArn() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
-
- getHttpEndpoint() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MetadataOptionsProperty
-
Enables or disables the HTTP metadata endpoint on your instances.
- getHttpEndpoint() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MetadataOptionsProperty.Jsii$Proxy
-
- getHttpProtocolIpv6() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MetadataOptionsProperty
-
Enables or disables the IPv6 endpoint for the instance metadata service.
- getHttpProtocolIpv6() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MetadataOptionsProperty.Jsii$Proxy
-
- getHttpPutResponseHopLimit() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MetadataOptionsProperty
-
The desired HTTP PUT response hop limit for instance metadata requests.
- getHttpPutResponseHopLimit() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MetadataOptionsProperty.Jsii$Proxy
-
- getHttpTokens() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MetadataOptionsProperty
-
IMDSv2 uses token-backed sessions.
- getHttpTokens() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MetadataOptionsProperty.Jsii$Proxy
-
- getIamFleetRole() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that grants the Spot Fleet the permission to request, launch, terminate, and tag instances on your behalf.
- getIamFleetRole() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getIamInstanceProfile() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The name of an IAM instance profile.
- getIamInstanceProfile() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The name of an IAM instance profile.
- getIamInstanceProfile() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getIamInstanceProfile() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The name or Amazon Resource Name (ARN) of an IAM instance profile.
- getIamInstanceProfile() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getIamInstanceProfile() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The IAM instance profile.
- getIamInstanceProfile() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getIamRole() - Method in class software.amazon.awscdk.services.ec2.FlowLog
-
The iam role used to publish logs to CloudWatch.
- getIamRole() - Method in interface software.amazon.awscdk.services.ec2.FlowLogDestinationConfig
-
The IAM Role that has access to publish to CloudWatch logs.
- getIamRole() - Method in class software.amazon.awscdk.services.ec2.FlowLogDestinationConfig.Jsii$Proxy
-
- getIcmp() - Method in interface software.amazon.awscdk.services.ec2.AclTrafficConfig
-
The Internet Control Message Protocol (ICMP) code and type.
- getIcmp() - Method in class software.amazon.awscdk.services.ec2.AclTrafficConfig.Jsii$Proxy
-
- getIcmp() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The Internet Control Message Protocol (ICMP) code and type.
- getIcmp() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps
-
The Internet Control Message Protocol (ICMP) code and type.
- getIcmp() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps.Jsii$Proxy
-
- getId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisComponentProperty
-
The ID of the component.
- getId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisComponentProperty.Jsii$Proxy
-
- getIgmpv2Support() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain.OptionsProperty
-
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.
- getIgmpv2Support() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain.OptionsProperty.Jsii$Proxy
-
- getIgnoreErrors() - Method in interface software.amazon.awscdk.services.ec2.InitCommandOptions
-
Continue running if this command fails.
- getIgnoreErrors() - Method in class software.amazon.awscdk.services.ec2.InitCommandOptions.Jsii$Proxy
-
- getIgnoreFailures() - Method in interface software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions
-
Don't fail the instance creation when cfn-init fails.
- getIgnoreFailures() - Method in class software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions.Jsii$Proxy
-
- getIgnoreFailures() - Method in interface software.amazon.awscdk.services.ec2.AttachInitOptions
-
Don't fail the instance creation when cfn-init fails.
- getIgnoreFailures() - Method in class software.amazon.awscdk.services.ec2.AttachInitOptions.Jsii$Proxy
-
- getIgnoreMode() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getIgnoreMode() - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Jsii$Proxy
-
- getImage(Construct) - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImage
-
Return the image to use in the given context.
- getImage(Construct) - Method in class software.amazon.awscdk.services.ec2.GenericLinuxImage
-
Return the image to use in the given context.
- getImage(Construct) - Method in class software.amazon.awscdk.services.ec2.GenericSSMParameterImage
-
Return the image to use in the given context.
- getImage(Construct) - Method in class software.amazon.awscdk.services.ec2.GenericWindowsImage
-
Return the image to use in the given context.
- getImage(Construct) - Method in interface software.amazon.awscdk.services.ec2.IMachineImage
-
Return the image to use in the given context.
- getImage(Construct) - Method in interface software.amazon.awscdk.services.ec2.IMachineImage.Jsii$Default
-
Return the image to use in the given context.
- getImage(Construct) - Method in class software.amazon.awscdk.services.ec2.IMachineImage.Jsii$Proxy
-
Return the image to use in the given context.
- getImage(Construct) - Method in class software.amazon.awscdk.services.ec2.LookupMachineImage
-
Return the image to use in the given context.
- getImageId() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The ID of the AMI.
- getImageId() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The ID of the AMI.
- getImageId() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getImageId() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The ID of the AMI.
- getImageId() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getImageId() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The ID of the AMI.
- getImageId() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getImageId() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
The AMI ID of the image to use.
- getImageId() - Method in interface software.amazon.awscdk.services.ec2.MachineImageConfig
-
The AMI ID of the image to use.
- getImageId() - Method in class software.amazon.awscdk.services.ec2.MachineImageConfig.Jsii$Proxy
-
- getInboundHeader() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The inbound header.
- getInboundHeader() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getIncludeRole() - Method in interface software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions
-
Include --role argument when running cfn-init and cfn-signal commands.
- getIncludeRole() - Method in class software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions.Jsii$Proxy
-
- getIncludeRole() - Method in interface software.amazon.awscdk.services.ec2.AttachInitOptions
-
Include --role argument when running cfn-init and cfn-signal commands.
- getIncludeRole() - Method in class software.amazon.awscdk.services.ec2.AttachInitOptions.Jsii$Proxy
-
- getIncludeUrl() - Method in interface software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions
-
Include --url argument when running cfn-init and cfn-signal commands.
- getIncludeUrl() - Method in class software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions.Jsii$Proxy
-
- getIncludeUrl() - Method in interface software.amazon.awscdk.services.ec2.AttachInitOptions
-
Include --url argument when running cfn-init and cfn-signal commands.
- getIncludeUrl() - Method in class software.amazon.awscdk.services.ec2.AttachInitOptions.Jsii$Proxy
-
- getIncompleteSubnetDefinition() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
If this is set to true, don't error out on trying to select subnets.
- getIngressRouteTable() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The route table.
- getIngressRouteTable() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getInit() - Method in interface software.amazon.awscdk.services.ec2.BastionHostLinuxProps
-
Apply the given CloudFormation Init configuration to the instance at startup.
- getInit() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Jsii$Proxy
-
- getInit() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Apply the given CloudFormation Init configuration to the instance at startup.
- getInit() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getInitOptions() - Method in interface software.amazon.awscdk.services.ec2.BastionHostLinuxProps
-
Use the given options for applying CloudFormation Init.
- getInitOptions() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Jsii$Proxy
-
- getInitOptions() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Use the given options for applying CloudFormation Init.
- getInitOptions() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getInstance() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux
-
The underlying instance resource.
- getInstance() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerTargetProperty
-
Information about the instance.
- getInstance() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerTargetProperty.Jsii$Proxy
-
- getInstance() - Method in class software.amazon.awscdk.services.ec2.Instance
-
the underlying instance resource.
- getInstanceAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux
-
The availability zone the instance was launched in.
- getInstanceAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.IInstance
-
The availability zone the instance was launched in.
- getInstanceAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.IInstance.Jsii$Default
-
The availability zone the instance was launched in.
- getInstanceAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.IInstance.Jsii$Proxy
-
The availability zone the instance was launched in.
- getInstanceAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.Instance
-
The availability zone the instance was launched in.
- getInstanceCount() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The number of instances for which to reserve capacity.
- getInstanceCount() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
The number of instances for which to reserve capacity.
- getInstanceCount() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getInstanceFamily() - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
The instance family supported by the Dedicated Host.
- getInstanceFamily() - Method in interface software.amazon.awscdk.services.ec2.CfnHostProps
-
The instance family supported by the Dedicated Host.
- getInstanceFamily() - Method in class software.amazon.awscdk.services.ec2.CfnHostProps.Jsii$Proxy
-
- getInstanceGenerations() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
Indicates whether current or previous generation instance types are included.
- getInstanceGenerations() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getInstanceGenerations() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
Indicates whether current or previous generation instance types are included.
- getInstanceGenerations() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getInstanceGenerations() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
Indicates whether current or previous generation instance types are included.
- getInstanceGenerations() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux
-
The instance's ID.
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
The ID of the instance.
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociation
-
The ID of the instance.
- getInstanceId() - Method in interface software.amazon.awscdk.services.ec2.CfnEIPAssociationProps
-
The ID of the instance.
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociationProps.Jsii$Proxy
-
- getInstanceId() - Method in interface software.amazon.awscdk.services.ec2.CfnEIPProps
-
The ID of the instance.
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.CfnEIPProps.Jsii$Proxy
-
- getInstanceId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
The ID of the instance, such as a NAT instance.
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
-
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment
-
The ID of the instance to which you will attach the ENI.
- getInstanceId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachmentProps
-
The ID of the instance to which you will attach the ENI.
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachmentProps.Jsii$Proxy
-
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of a NAT instance in your VPC.
- getInstanceId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The ID of a NAT instance in your VPC.
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeAttachment
-
The ID of the instance to which the volume attaches.
- getInstanceId() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeAttachmentProps
-
The ID of the instance to which the volume attaches.
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeAttachmentProps.Jsii$Proxy
-
- getInstanceId() - Method in interface software.amazon.awscdk.services.ec2.IInstance
-
The instance's ID.
- getInstanceId() - Method in interface software.amazon.awscdk.services.ec2.IInstance.Jsii$Default
-
The instance's ID.
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.IInstance.Jsii$Proxy
-
The instance's ID.
- getInstanceId() - Method in class software.amazon.awscdk.services.ec2.Instance
-
The instance's ID.
- getInstanceInitiatedShutdownBehavior() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
- getInstanceInitiatedShutdownBehavior() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
- getInstanceInitiatedShutdownBehavior() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getInstanceInitiatedShutdownBehavior() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
- getInstanceInitiatedShutdownBehavior() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getInstanceInitiatedShutdownBehavior() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
- getInstanceInitiatedShutdownBehavior() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getInstanceInterruptionBehavior() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty
-
The behavior when a Spot Instance is interrupted.
- getInstanceInterruptionBehavior() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Jsii$Proxy
-
- getInstanceInterruptionBehavior() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.SpotOptionsProperty
-
The behavior when a Spot Instance is interrupted.
- getInstanceInterruptionBehavior() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.SpotOptionsProperty.Jsii$Proxy
-
- getInstanceInterruptionBehavior() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The behavior when a Spot Instance is interrupted.
- getInstanceInterruptionBehavior() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getInstanceMarketOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The market (purchasing) option for the instances.
- getInstanceMarketOptions() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getInstanceMatchCriteria() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Indicates the type of instance launches that the Capacity Reservation accepts.
- getInstanceMatchCriteria() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
- getInstanceMatchCriteria() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps
-
Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
- getInstanceMatchCriteria() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps.Jsii$Proxy
-
- getInstanceMatchCriteria() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
Indicates the type of instance launches that the Capacity Reservation accepts.
- getInstanceMatchCriteria() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getInstanceMetadataTags() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MetadataOptionsProperty
-
Set to `enabled` to allow access to instance tags from the instance metadata.
- getInstanceMetadataTags() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MetadataOptionsProperty.Jsii$Proxy
-
- getInstanceName() - Method in interface software.amazon.awscdk.services.ec2.BastionHostLinuxProps
-
The name of the instance.
- getInstanceName() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Jsii$Proxy
-
- getInstanceName() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
The name of the instance.
- getInstanceName() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getInstancePlatform() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The type of operating system for which to reserve capacity.
- getInstancePlatform() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
The type of operating system for which the Capacity Reservation Fleet reserves capacity.
- getInstancePlatform() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Jsii$Proxy
-
- getInstancePlatform() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
The type of operating system for which to reserve capacity.
- getInstancePlatform() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getInstancePoolsToUseCount() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty
-
The number of Spot pools across which to allocate your target Spot capacity.
- getInstancePoolsToUseCount() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Jsii$Proxy
-
- getInstancePoolsToUseCount() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The number of Spot pools across which to allocate your target Spot capacity.
- getInstancePoolsToUseCount() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getInstancePort() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty
-
[Classic Load Balancers] The back-end port for the listener.
- getInstancePort() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty.Jsii$Proxy
-
- getInstancePrivateDnsName() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux
-
Private DNS name for this instance.
- getInstancePrivateDnsName() - Method in interface software.amazon.awscdk.services.ec2.IInstance
-
Private DNS name for this instance.
- getInstancePrivateDnsName() - Method in interface software.amazon.awscdk.services.ec2.IInstance.Jsii$Default
-
Private DNS name for this instance.
- getInstancePrivateDnsName() - Method in class software.amazon.awscdk.services.ec2.IInstance.Jsii$Proxy
-
Private DNS name for this instance.
- getInstancePrivateDnsName() - Method in class software.amazon.awscdk.services.ec2.Instance
-
Private DNS name for this instance.
- getInstancePrivateIp() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux
-
Private IP for this instance.
- getInstancePrivateIp() - Method in interface software.amazon.awscdk.services.ec2.IInstance
-
Private IP for this instance.
- getInstancePrivateIp() - Method in interface software.amazon.awscdk.services.ec2.IInstance.Jsii$Default
-
Private IP for this instance.
- getInstancePrivateIp() - Method in class software.amazon.awscdk.services.ec2.IInstance.Jsii$Proxy
-
Private IP for this instance.
- getInstancePrivateIp() - Method in class software.amazon.awscdk.services.ec2.Instance
-
Private IP for this instance.
- getInstancePublicDnsName() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux
-
Publicly-routable DNS name for this instance.
- getInstancePublicDnsName() - Method in interface software.amazon.awscdk.services.ec2.IInstance
-
Publicly-routable DNS name for this instance.
- getInstancePublicDnsName() - Method in interface software.amazon.awscdk.services.ec2.IInstance.Jsii$Default
-
Publicly-routable DNS name for this instance.
- getInstancePublicDnsName() - Method in class software.amazon.awscdk.services.ec2.IInstance.Jsii$Proxy
-
Publicly-routable DNS name for this instance.
- getInstancePublicDnsName() - Method in class software.amazon.awscdk.services.ec2.Instance
-
Publicly-routable DNS name for this instance.
- getInstancePublicIp() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux
-
Publicly-routable IP address for this instance.
- getInstancePublicIp() - Method in interface software.amazon.awscdk.services.ec2.IInstance
-
Publicly-routable IP address for this instance.
- getInstancePublicIp() - Method in interface software.amazon.awscdk.services.ec2.IInstance.Jsii$Default
-
Publicly-routable IP address for this instance.
- getInstancePublicIp() - Method in class software.amazon.awscdk.services.ec2.IInstance.Jsii$Proxy
-
Publicly-routable IP address for this instance.
- getInstancePublicIp() - Method in class software.amazon.awscdk.services.ec2.Instance
-
Publicly-routable IP address for this instance.
- getInstanceRequirements() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty
-
The attributes for the instance types.
- getInstanceRequirements() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Jsii$Proxy
-
- getInstanceRequirements() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The attributes for the instance types.
- getInstanceRequirements() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getInstanceRequirements() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty
-
The instance requirements.
- getInstanceRequirements() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty.Jsii$Proxy
-
- getInstanceRequirements() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The attributes for the instance types.
- getInstanceRequirements() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getInstanceRole() - Method in interface software.amazon.awscdk.services.ec2.AttachInitOptions
-
Instance role of the consuming instance or fleet.
- getInstanceRole() - Method in class software.amazon.awscdk.services.ec2.AttachInitOptions.Jsii$Proxy
-
- getInstanceTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The allowed tenancy of instances launched into the VPC.
- getInstanceTenancy() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCProps
-
The allowed tenancy of instances launched into the VPC.
- getInstanceTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnVPCProps.Jsii$Proxy
-
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.BastionHostLinuxProps
-
Type of instance to launch.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Jsii$Proxy
-
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The instance type for which to reserve capacity.
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
The instance type for which the Capacity Reservation Fleet reserves capacity.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Jsii$Proxy
-
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
The instance type for which to reserve capacity.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty
-
The instance type.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Jsii$Proxy
-
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
Specifies the instance type to be supported by the Dedicated Hosts.
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.CfnHostProps
-
Specifies the instance type to be supported by the Dedicated Hosts.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnHostProps.Jsii$Proxy
-
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The instance type.
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The instance type.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The instance type.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty
-
The instance type.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty.Jsii$Proxy
-
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The instance type.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Type of instance to launch.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
Type of instance to launch.
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
Type of instance to launch.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getInstanceType() - Method in interface software.amazon.awscdk.services.ec2.NatInstanceProps
-
Instance type of the NAT instance.
- getInstanceType() - Method in class software.amazon.awscdk.services.ec2.NatInstanceProps.Jsii$Proxy
-
- getInstanceTypeSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
Information about the instance types for which to reserve the capacity.
- getInstanceTypeSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps
-
Information about the instance types for which to reserve the capacity.
- getInstanceTypeSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps.Jsii$Proxy
-
- getInterfaceType() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
The type of network interface.
- getInterfaceType() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getInterfaceType() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The type of network interface.
- getInterfaceType() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps
-
The type of network interface.
- getInterfaceType() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Jsii$Proxy
-
- getInternetConnectivityEstablished() - Method in interface software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Default
-
Dependable that can be depended upon to force internet connectivity established on the VPC.
- getInternetConnectivityEstablished() - Method in class software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Proxy
-
Dependable that can be depended upon to force internet connectivity established on the VPC.
- getInternetConnectivityEstablished() - Method in interface software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Default
-
Dependable that can be depended upon to force internet connectivity established on the VPC.
- getInternetConnectivityEstablished() - Method in class software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Proxy
-
Dependable that can be depended upon to force internet connectivity established on the VPC.
- getInternetConnectivityEstablished() - Method in interface software.amazon.awscdk.services.ec2.ISubnet
-
Dependable that can be depended upon to force internet connectivity established on the VPC.
- getInternetConnectivityEstablished() - Method in interface software.amazon.awscdk.services.ec2.ISubnet.Jsii$Default
-
Dependable that can be depended upon to force internet connectivity established on the VPC.
- getInternetConnectivityEstablished() - Method in class software.amazon.awscdk.services.ec2.ISubnet.Jsii$Proxy
-
Dependable that can be depended upon to force internet connectivity established on the VPC.
- getInternetConnectivityEstablished() - Method in interface software.amazon.awscdk.services.ec2.IVpc
-
Dependable that can be depended upon to force internet connectivity established on the VPC.
- getInternetConnectivityEstablished() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
Dependable that can be depended upon to force internet connectivity established on the VPC.
- getInternetConnectivityEstablished() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
Dependable that can be depended upon to force internet connectivity established on the VPC.
- getInternetConnectivityEstablished() - Method in interface software.amazon.awscdk.services.ec2.SelectedSubnets
-
Dependency representing internet connectivity for these subnets.
- getInternetConnectivityEstablished() - Method in class software.amazon.awscdk.services.ec2.SelectedSubnets.Jsii$Proxy
-
- getInternetConnectivityEstablished() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
Dependable that can be depended upon to force internet connectivity established on the VPC.
- getInternetConnectivityEstablished() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
Dependencies for internet connectivity.
- getInternetGateway() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The internet gateway.
- getInternetGateway() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getInternetGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachment
-
The ID of the internet gateway.
- getInternetGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachmentProps
-
The ID of the internet gateway.
- getInternetGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachmentProps.Jsii$Proxy
-
- getInternetGatewayId() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
Internet Gateway for the VPC.
- getInterruptionBehavior() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions
-
The behavior when a Spot Instance is interrupted.
- getInterruptionBehavior() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions.Jsii$Proxy
-
- getIops() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty
-
The number of I/O operations per second (IOPS).
- getIops() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty.Jsii$Proxy
-
- getIops() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty
-
The number of I/O operations per second (IOPS).
- getIops() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty.Jsii$Proxy
-
- getIops() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty
-
The number of I/O operations per second (IOPS).
- getIops() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty.Jsii$Proxy
-
- getIops() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The number of I/O operations per second (IOPS).
- getIops() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
The number of I/O operations per second (IOPS).
- getIops() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getIops() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceOptions.Jsii$Proxy
-
- getIops() - Method in interface software.amazon.awscdk.services.ec2.EbsDeviceOptionsBase
-
The number of I/O operations per second (IOPS) to provision for the volume.
- getIops() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceOptionsBase.Jsii$Proxy
-
- getIops() - Method in interface software.amazon.awscdk.services.ec2.EbsDeviceProps
-
The number of I/O operations per second (IOPS) to provision for the volume.
- getIops() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceProps.Jsii$Proxy
-
- getIops() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceSnapshotOptions.Jsii$Proxy
-
- getIops() - Method in interface software.amazon.awscdk.services.ec2.VolumeProps
-
The number of I/O operations per second (IOPS) to provision for the volume.
- getIops() - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Jsii$Proxy
-
- getIp() - Method in interface software.amazon.awscdk.services.ec2.VpnConnectionOptions
-
The ip address of the customer gateway.
- getIp() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionOptions.Jsii$Proxy
-
- getIp() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionProps.Jsii$Proxy
-
- getIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGateway
-
IPv4 address for the customer gateway device's outside interface.
- getIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps
-
IPv4 address for the customer gateway device's outside interface.
- getIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps.Jsii$Proxy
-
- getIpamId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
The IPAM ID.
- getIpamId() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociationProps
-
The IPAM ID.
- getIpamId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociationProps.Jsii$Proxy
-
- getIpamId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
The ID of the IPAM for which you're creating this scope.
- getIpamId() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMScopeProps
-
The ID of the IPAM for which you're creating this scope.
- getIpamId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScopeProps.Jsii$Proxy
-
- getIpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocation
-
The ID of the IPAM pool from which you would like to allocate a CIDR.
- getIpamPoolId() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMAllocationProps
-
The ID of the IPAM pool from which you would like to allocate a CIDR.
- getIpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocationProps.Jsii$Proxy
-
- getIpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidr
-
The ID of the IPAM pool.
- getIpamPoolId() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolCidrProps
-
The ID of the IPAM pool.
- getIpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidrProps.Jsii$Proxy
-
- getIpamResourceDiscoveryId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
The resource discovery ID.
- getIpamResourceDiscoveryId() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociationProps
-
The resource discovery ID.
- getIpamResourceDiscoveryId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociationProps.Jsii$Proxy
-
- getIpamScopeId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The ID of the scope in which you would like to create the IPAM pool.
- getIpamScopeId() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
The ID of the scope in which you would like to create the IPAM pool.
- getIpamScopeId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getIpProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty
-
The IP protocol name ( `tcp` , `udp` , `icmp` , `icmpv6` ) or number (see [Protocol Numbers](https://docs.aws.amazon.com/http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) ).
- getIpProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty.Jsii$Proxy
-
- getIpProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty
-
The IP protocol name ( `tcp` , `udp` , `icmp` , `icmpv6` ) or number (see [Protocol Numbers](https://docs.aws.amazon.com/http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) ).
- getIpProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Jsii$Proxy
-
- getIpProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The IP protocol name ( `tcp` , `udp` , `icmp` , `icmpv6` ) or number (see [Protocol Numbers](https://docs.aws.amazon.com/http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) ).
- getIpProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps
-
The IP protocol name ( `tcp` , `udp` , `icmp` , `icmpv6` ) or number (see [Protocol Numbers](https://docs.aws.amazon.com/http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) ).
- getIpProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps.Jsii$Proxy
-
- getIpProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The IP protocol name ( `tcp` , `udp` , `icmp` , `icmpv6` ) or number (see [Protocol Numbers](https://docs.aws.amazon.com/http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) ).
- getIpProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
The IP protocol name ( `tcp` , `udp` , `icmp` , `icmpv6` ) or number (see [Protocol Numbers](https://docs.aws.amazon.com/http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) ).
- getIpProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getIpv4CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Default
-
The IPv4 CIDR block for this subnet.
- getIpv4CidrBlock() - Method in class software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Proxy
-
The IPv4 CIDR block for this subnet.
- getIpv4CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Default
-
The IPv4 CIDR block for this subnet.
- getIpv4CidrBlock() - Method in class software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Proxy
-
The IPv4 CIDR block for this subnet.
- getIpv4CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.ISubnet
-
The IPv4 CIDR block for this subnet.
- getIpv4CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.ISubnet.Jsii$Default
-
The IPv4 CIDR block for this subnet.
- getIpv4CidrBlock() - Method in class software.amazon.awscdk.services.ec2.ISubnet.Jsii$Proxy
-
The IPv4 CIDR block for this subnet.
- getIpv4CidrBlock() - Method in class software.amazon.awscdk.services.ec2.PrivateSubnetAttributes.Jsii$Proxy
-
- getIpv4CidrBlock() - Method in class software.amazon.awscdk.services.ec2.PublicSubnetAttributes.Jsii$Proxy
-
- getIpv4CidrBlock() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
The IPv4 CIDR block for this subnet.
- getIpv4CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.SubnetAttributes
-
The IPv4 CIDR block associated with the subnet.
- getIpv4CidrBlock() - Method in class software.amazon.awscdk.services.ec2.SubnetAttributes.Jsii$Proxy
-
- getIpv4IpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR.
- getIpv4IpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
Associate a CIDR allocated from an IPv4 IPAM pool to a VPC.
- getIpv4IpamPoolId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps
-
Associate a CIDR allocated from an IPv4 IPAM pool to a VPC.
- getIpv4IpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps.Jsii$Proxy
-
- getIpv4IpamPoolId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCProps
-
The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR.
- getIpv4IpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCProps.Jsii$Proxy
-
- getIpv4NetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The netmask length of the IPv4 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool.
- getIpv4NetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
- getIpv4NetmaskLength() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps
-
The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
- getIpv4NetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps.Jsii$Proxy
-
- getIpv4NetmaskLength() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCProps
-
The netmask length of the IPv4 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool.
- getIpv4NetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnVPCProps.Jsii$Proxy
-
- getIpv4Prefix() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.Ipv4PrefixSpecificationProperty
-
The IPv4 prefix.
- getIpv4Prefix() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.Ipv4PrefixSpecificationProperty.Jsii$Proxy
-
- getIpv4PrefixCount() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
The number of IPv4 prefixes to be automatically assigned to the network interface.
- getIpv4PrefixCount() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getIpv4Prefixes() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
One or more IPv4 prefixes to be assigned to the network interface.
- getIpv4Prefixes() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getIpv6Address() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.InstanceIpv6AddressProperty
-
The IPv6 address.
- getIpv6Address() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.InstanceIpv6AddressProperty.Jsii$Proxy
-
- getIpv6Address() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.Ipv6AddProperty
-
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
- getIpv6Address() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.Ipv6AddProperty.Jsii$Proxy
-
- getIpv6Address() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterface.InstanceIpv6AddressProperty
-
An IPv6 address to associate with the network interface.
- getIpv6Address() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface.InstanceIpv6AddressProperty.Jsii$Proxy
-
- getIpv6Address() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceIpv6AddressProperty
-
The IPv6 address.
- getIpv6Address() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceIpv6AddressProperty.Jsii$Proxy
-
- getIpv6AddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
[EC2-VPC] The number of IPv6 addresses to associate with the primary network interface.
- getIpv6AddressCount() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
A number of IPv6 addresses to assign to the network interface.
- getIpv6AddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getIpv6AddressCount() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
[EC2-VPC] The number of IPv6 addresses to associate with the primary network interface.
- getIpv6AddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getIpv6AddressCount() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
The number of IPv6 addresses to assign to a network interface.
- getIpv6AddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getIpv6AddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The number of IPv6 addresses to assign to a network interface.
- getIpv6AddressCount() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps
-
The number of IPv6 addresses to assign to a network interface.
- getIpv6AddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Jsii$Proxy
-
- getIpv6AddressCount() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
A number of IPv6 addresses to assign to the network interface.
- getIpv6AddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
- getIpv6Addresses() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
- getIpv6Addresses() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
The IPv6 addresses to assign to the network interface.
- getIpv6Addresses() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getIpv6Addresses() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
- getIpv6Addresses() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getIpv6Addresses() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet.
- getIpv6Addresses() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getIpv6Addresses() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface.
- getIpv6Addresses() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps
-
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface.
- getIpv6Addresses() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Jsii$Proxy
-
- getIpv6Addresses() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
The IPv6 addresses to assign to the network interface.
- getIpv6Addresses() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
- getIpv6CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.AclCidrConfig
-
Ipv6 CIDR.
- getIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.AclCidrConfig.Jsii$Proxy
-
- getIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The IPv6 network range to allow or deny, in CIDR notation.
- getIpv6CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps
-
The IPv6 network range to allow or deny, in CIDR notation.
- getIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps.Jsii$Proxy
-
- getIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The IPv6 CIDR block.
- getIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetCidrBlock
-
The IPv6 network range for the subnet, in CIDR notation.
- getIpv6CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetCidrBlockProps
-
The IPv6 network range for the subnet, in CIDR notation.
- getIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetCidrBlockProps.Jsii$Proxy
-
- getIpv6CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
The IPv6 CIDR block.
- getIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
An IPv6 CIDR block from the IPv6 address pool.
- getIpv6CidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps
-
An IPv6 CIDR block from the IPv6 address pool.
- getIpv6CidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps.Jsii$Proxy
-
- getIpv6IpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
Associates a CIDR allocated from an IPv6 IPAM pool to a VPC.
- getIpv6IpamPoolId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps
-
Associates a CIDR allocated from an IPv6 IPAM pool to a VPC.
- getIpv6IpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps.Jsii$Proxy
-
- getIpv6Native() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether this is an IPv6 only subnet.
- getIpv6Native() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
Indicates whether this is an IPv6 only subnet.
- getIpv6Native() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getIpv6NetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
- getIpv6NetmaskLength() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps
-
The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
- getIpv6NetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps.Jsii$Proxy
-
- getIpv6Pool() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
- getIpv6Pool() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps
-
The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
- getIpv6Pool() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps.Jsii$Proxy
-
- getIpv6Prefix() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.Ipv6PrefixSpecificationProperty
-
The IPv6 prefix.
- getIpv6Prefix() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.Ipv6PrefixSpecificationProperty.Jsii$Proxy
-
- getIpv6PrefixCount() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
The number of IPv6 prefixes to be automatically assigned to the network interface.
- getIpv6PrefixCount() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getIpv6Prefixes() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
One or more IPv6 prefixes to be assigned to the network interface.
- getIpv6Prefixes() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getIpv6Support() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment.OptionsProperty
-
Indicates whether IPv6 support is disabled.
- getIpv6Support() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment.OptionsProperty.Jsii$Proxy
-
- getIpv6Support() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment.OptionsProperty
-
Indicates whether IPv6 support is disabled.
- getIpv6Support() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment.OptionsProperty.Jsii$Proxy
-
- getIsDefault() - Method in interface software.amazon.awscdk.services.ec2.VpcLookupOptions
-
Whether to match the default VPC.
- getIsDefault() - Method in class software.amazon.awscdk.services.ec2.VpcLookupOptions.Jsii$Proxy
-
- getIsolatedSubnetIds() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
List of isolated subnet IDs.
- getIsolatedSubnetIds() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getIsolatedSubnetNames() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
List of names for the isolated subnets.
- getIsolatedSubnetNames() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getIsolatedSubnetRouteTableIds() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
List of IDs of routing tables for the isolated subnets.
- getIsolatedSubnetRouteTableIds() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getIsolatedSubnets() - Method in interface software.amazon.awscdk.services.ec2.IVpc
-
List of isolated subnets in this VPC.
- getIsolatedSubnets() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
List of isolated subnets in this VPC.
- getIsolatedSubnets() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
List of isolated subnets in this VPC.
- getIsolatedSubnets() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
List of isolated subnets in this VPC.
- getIsPendingLookup() - Method in interface software.amazon.awscdk.services.ec2.SelectedSubnets
-
The subnet selection is not actually real yet.
- getIsPendingLookup() - Method in class software.amazon.awscdk.services.ec2.SelectedSubnets.Jsii$Proxy
-
- getKernel() - Method in interface software.amazon.awscdk.services.ec2.AmazonLinuxImageProps
-
What kernel version of Amazon Linux to use.
- getKernel() - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImageProps.Jsii$Proxy
-
- getKernelId() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The ID of the kernel.
- getKernelId() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The ID of the kernel.
- getKernelId() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getKernelId() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The ID of the kernel.
- getKernelId() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getKernelId() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The ID of the kernel.
- getKernelId() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getKey() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.AssociationParameterProperty
-
The name of an input parameter that is in the associated SSM document.
- getKey() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.AssociationParameterProperty.Jsii$Proxy
-
- getKey() - Method in interface software.amazon.awscdk.services.ec2.InitCommandOptions
-
Identifier key for this command.
- getKey() - Method in class software.amazon.awscdk.services.ec2.InitCommandOptions.Jsii$Proxy
-
- getKey() - Method in interface software.amazon.awscdk.services.ec2.LocationPackageOptions
-
Identifier key for this package.
- getKey() - Method in class software.amazon.awscdk.services.ec2.LocationPackageOptions.Jsii$Proxy
-
- getKeyName() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The name of the key pair.
- getKeyName() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The name of the key pair.
- getKeyName() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getKeyName() - Method in class software.amazon.awscdk.services.ec2.CfnKeyPair
-
A unique name for the key pair.
- getKeyName() - Method in interface software.amazon.awscdk.services.ec2.CfnKeyPairProps
-
A unique name for the key pair.
- getKeyName() - Method in class software.amazon.awscdk.services.ec2.CfnKeyPairProps.Jsii$Proxy
-
- getKeyName() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The name of the key pair.
- getKeyName() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getKeyName() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The name of the key pair.
- getKeyName() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getKeyName() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Name of SSH keypair to grant access to instance.
- getKeyName() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getKeyName() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
Name of SSH keypair to grant access to instance.
- getKeyName() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getKeyName() - Method in interface software.amazon.awscdk.services.ec2.NatInstanceProps
-
Name of SSH keypair to grant access to instance.
- getKeyName() - Method in class software.amazon.awscdk.services.ec2.NatInstanceProps.Jsii$Proxy
-
- getKeyPrefix() - Method in class software.amazon.awscdk.services.ec2.FlowLog
-
S3 bucket key prefix to publish the flow logs under.
- getKeyPrefix() - Method in interface software.amazon.awscdk.services.ec2.FlowLogDestinationConfig
-
S3 bucket key prefix to publish the flow logs to.
- getKeyPrefix() - Method in class software.amazon.awscdk.services.ec2.FlowLogDestinationConfig.Jsii$Proxy
-
- getKeyType() - Method in class software.amazon.awscdk.services.ec2.CfnKeyPair
-
The type of key pair.
- getKeyType() - Method in interface software.amazon.awscdk.services.ec2.CfnKeyPairProps
-
The type of key pair.
- getKeyType() - Method in class software.amazon.awscdk.services.ec2.CfnKeyPairProps.Jsii$Proxy
-
- getKmsKey() - Method in interface software.amazon.awscdk.services.ec2.EbsDeviceOptions
-
The ARN of the AWS Key Management Service (AWS KMS) CMK used for encryption.
- getKmsKey() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceOptions.Jsii$Proxy
-
- getKmsKey() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceProps.Jsii$Proxy
-
- getKmsKeyId() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty
-
The identifier of the AWS KMS key to use for Amazon EBS encryption.
- getKmsKeyId() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty.Jsii$Proxy
-
- getKmsKeyId() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty
-
The ARN of the symmetric AWS Key Management Service ( AWS KMS ) CMK used for encryption.
- getKmsKeyId() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty.Jsii$Proxy
-
- getKmsKeyId() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The identifier of the AWS KMS key to use for Amazon EBS encryption.
- getKmsKeyId() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
The identifier of the AWS KMS key to use for Amazon EBS encryption.
- getKmsKeyId() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getLambdaFunctionArn() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientConnectOptionsProperty
-
The Amazon Resource Name (ARN) of the AWS Lambda function used for connection authorization.
- getLambdaFunctionArn() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientConnectOptionsProperty.Jsii$Proxy
-
- getLatestVersionNumber() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
The latest version of the launch template.
- getLaunchSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The launch specifications for the Spot Fleet request.
- getLaunchSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getLaunchTemplate() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The launch template to use to launch the instances.
- getLaunchTemplate() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The launch template to use to launch the instances.
- getLaunchTemplate() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getLaunchTemplateConfigs() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The configuration for the EC2 Fleet.
- getLaunchTemplateConfigs() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
The configuration for the EC2 Fleet.
- getLaunchTemplateConfigs() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getLaunchTemplateConfigs() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The launch template and overrides.
- getLaunchTemplateConfigs() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getLaunchTemplateData() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
The information for the launch template.
- getLaunchTemplateData() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplateProps
-
The information for the launch template.
- getLaunchTemplateData() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplateProps.Jsii$Proxy
-
- getLaunchTemplateId() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateSpecificationRequestProperty
-
The ID of the launch template.
- getLaunchTemplateId() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateSpecificationRequestProperty.Jsii$Proxy
-
- getLaunchTemplateId() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.LaunchTemplateSpecificationProperty
-
The ID of the launch template.
- getLaunchTemplateId() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.LaunchTemplateSpecificationProperty.Jsii$Proxy
-
- getLaunchTemplateId() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.FleetLaunchTemplateSpecificationProperty
-
The ID of the launch template.
- getLaunchTemplateId() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.FleetLaunchTemplateSpecificationProperty.Jsii$Proxy
-
- getLaunchTemplateId() - Method in interface software.amazon.awscdk.services.ec2.ILaunchTemplate
-
The identifier of the Launch Template.
- getLaunchTemplateId() - Method in interface software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Default
-
The identifier of the Launch Template.
- getLaunchTemplateId() - Method in class software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Proxy
-
The identifier of the Launch Template.
- getLaunchTemplateId() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
The identifier of the Launch Template.
- getLaunchTemplateId() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateAttributes
-
The identifier of the Launch Template.
- getLaunchTemplateId() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateAttributes.Jsii$Proxy
-
- getLaunchTemplateName() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateSpecificationRequestProperty
-
The name of the launch template.
- getLaunchTemplateName() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateSpecificationRequestProperty.Jsii$Proxy
-
- getLaunchTemplateName() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.LaunchTemplateSpecificationProperty
-
The name of the launch template.
- getLaunchTemplateName() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.LaunchTemplateSpecificationProperty.Jsii$Proxy
-
- getLaunchTemplateName() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
A name for the launch template.
- getLaunchTemplateName() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplateProps
-
A name for the launch template.
- getLaunchTemplateName() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplateProps.Jsii$Proxy
-
- getLaunchTemplateName() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.FleetLaunchTemplateSpecificationProperty
-
The name of the launch template.
- getLaunchTemplateName() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.FleetLaunchTemplateSpecificationProperty.Jsii$Proxy
-
- getLaunchTemplateName() - Method in interface software.amazon.awscdk.services.ec2.ILaunchTemplate
-
The name of the Launch Template.
- getLaunchTemplateName() - Method in interface software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Default
-
The name of the Launch Template.
- getLaunchTemplateName() - Method in class software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Proxy
-
The name of the Launch Template.
- getLaunchTemplateName() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
The name of the Launch Template.
- getLaunchTemplateName() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateAttributes
-
The name of the Launch Template.
- getLaunchTemplateName() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateAttributes.Jsii$Proxy
-
- getLaunchTemplateName() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
Name for this launch template.
- getLaunchTemplateName() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getLaunchTemplateSpecification() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
-
The launch template to use.
- getLaunchTemplateSpecification() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Jsii$Proxy
-
- getLaunchTemplateSpecification() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateConfigProperty
-
The launch template.
- getLaunchTemplateSpecification() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateConfigProperty.Jsii$Proxy
-
- getLicenseConfigurationArn() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.LicenseSpecificationProperty
-
The Amazon Resource Name (ARN) of the license configuration.
- getLicenseConfigurationArn() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.LicenseSpecificationProperty.Jsii$Proxy
-
- getLicenseConfigurationArn() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LicenseSpecificationProperty
-
The Amazon Resource Name (ARN) of the license configuration.
- getLicenseConfigurationArn() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LicenseSpecificationProperty.Jsii$Proxy
-
- getLicenseSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The license configurations.
- getLicenseSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The license configurations.
- getLicenseSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getLicenseSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The license configurations.
- getLicenseSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getLoadBalancerArn() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The Amazon Resource Name (ARN) of the load balancer.
- getLoadBalancerArn() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getLoadBalancerArn() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpointServiceLoadBalancer
-
The ARN of the load balancer that hosts the VPC Endpoint Service.
- getLoadBalancerArn() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpointServiceLoadBalancer.Jsii$Default
-
The ARN of the load balancer that hosts the VPC Endpoint Service.
- getLoadBalancerArn() - Method in class software.amazon.awscdk.services.ec2.IVpcEndpointServiceLoadBalancer.Jsii$Proxy
-
The ARN of the load balancer that hosts the VPC Endpoint Service.
- getLoadBalancerListenerPort() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The listener port of the load balancer.
- getLoadBalancerListenerPort() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getLoadBalancerPort() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty
-
The port on which the load balancer is listening.
- getLoadBalancerPort() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty.Jsii$Proxy
-
- getLoadBalancersConfig() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
One or more Classic Load Balancers and target groups to attach to the Spot Fleet request.
- getLoadBalancersConfig() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getLoadBalancerTarget() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The target.
- getLoadBalancerTarget() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getLoadBalancerTargetGroup() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The target group.
- getLoadBalancerTargetGroup() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getLoadBalancerTargetGroups() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The target groups.
- getLoadBalancerTargetGroups() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getLoadBalancerTargetPort() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The target port.
- getLoadBalancerTargetPort() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getLocale() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The locale of the IPAM pool.
- getLocale() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
The locale of the IPAM pool.
- getLocale() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getLocalFile() - Method in interface software.amazon.awscdk.services.ec2.S3DownloadOptions
-
The name of the local file.
- getLocalFile() - Method in class software.amazon.awscdk.services.ec2.S3DownloadOptions.Jsii$Proxy
-
- getLocalGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of the local gateway.
- getLocalGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The ID of the local gateway.
- getLocalGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getLocalGatewayRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRoute
-
The ID of the local gateway route table.
- getLocalGatewayRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteProps
-
The ID of the local gateway route table.
- getLocalGatewayRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteProps.Jsii$Proxy
-
- getLocalGatewayRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociation
-
The ID of the local gateway route table.
- getLocalGatewayRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociationProps
-
The ID of the local gateway route table.
- getLocalGatewayRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociationProps.Jsii$Proxy
-
- getLocalGatewayVirtualInterfaceGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRoute
-
The ID of the virtual interface group.
- getLocalGatewayVirtualInterfaceGroupId() - Method in interface software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteProps
-
The ID of the virtual interface group.
- getLocalGatewayVirtualInterfaceGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteProps.Jsii$Proxy
-
- getLocalStorage() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
Indicates whether instance types with instance store volumes are included, excluded, or required.
- getLocalStorage() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getLocalStorage() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
Indicates whether instance types with instance store volumes are included, excluded, or required.
- getLocalStorage() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getLocalStorage() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
Indicates whether instance types with instance store volumes are included, excluded, or required.
- getLocalStorage() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getLocalStorageTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The type of local storage that is required.
- getLocalStorageTypes() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getLocalStorageTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The type of local storage that is required.
- getLocalStorageTypes() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getLocalStorageTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The type of local storage that is required.
- getLocalStorageTypes() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getLogDestination() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The destination for the flow log data.
- getLogDestination() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLogProps
-
The destination for the flow log data.
- getLogDestination() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLogProps.Jsii$Proxy
-
- getLogDestinationType() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The type of destination for the flow log data.
- getLogDestinationType() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLogProps
-
The type of destination for the flow log data.
- getLogDestinationType() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLogProps.Jsii$Proxy
-
- getLogDestinationType() - Method in interface software.amazon.awscdk.services.ec2.FlowLogDestinationConfig
-
The type of destination to publish the flow logs to.
- getLogDestinationType() - Method in class software.amazon.awscdk.services.ec2.FlowLogDestinationConfig.Jsii$Proxy
-
- getLogFormat() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The fields to include in the flow log record, in the order in which they should appear.
- getLogFormat() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLogProps
-
The fields to include in the flow log record, in the order in which they should appear.
- getLogFormat() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLogProps.Jsii$Proxy
-
- getLogging() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
Whether to enable connections logging.
- getLogging() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getLogging() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getLogGroup() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
A CloudWatch Logs log group for connection logging.
- getLogGroup() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getLogGroup() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getLogGroup() - Method in class software.amazon.awscdk.services.ec2.FlowLog
-
The CloudWatch Logs LogGroup to publish flow logs to.
- getLogGroup() - Method in interface software.amazon.awscdk.services.ec2.FlowLogDestinationConfig
-
The CloudWatch Logs Log Group to publish the flow logs to.
- getLogGroup() - Method in class software.amazon.awscdk.services.ec2.FlowLogDestinationConfig.Jsii$Proxy
-
- getLogGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
- getLogGroupName() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLogProps
-
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
- getLogGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLogProps.Jsii$Proxy
-
- getLogStream() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
A CloudWatch Logs log stream for connection logging.
- getLogStream() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getLogStream() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getLookupSupportedAzs() - Method in interface software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions
-
Limit to only those availability zones where the endpoint service can be created.
- getLookupSupportedAzs() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions.Jsii$Proxy
-
- getLookupSupportedAzs() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps.Jsii$Proxy
-
- getMachineImage() - Method in interface software.amazon.awscdk.services.ec2.BastionHostLinuxProps
-
The machine image to use, assumed to have SSM Agent preinstalled.
- getMachineImage() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Jsii$Proxy
-
- getMachineImage() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
AMI to launch.
- getMachineImage() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getMachineImage() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
The AMI that will be used by instances.
- getMachineImage() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getMachineImage() - Method in interface software.amazon.awscdk.services.ec2.NatInstanceProps
-
The machine image (AMI) to use.
- getMachineImage() - Method in class software.amazon.awscdk.services.ec2.NatInstanceProps.Jsii$Proxy
-
- getMaintenanceOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The maintenance options of your instance.
- getMaintenanceOptions() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getMaintenanceStrategies() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty
-
The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.
- getMaintenanceStrategies() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Jsii$Proxy
-
- getMappingEnabled() - Method in interface software.amazon.awscdk.services.ec2.BlockDevice
-
If false, the device mapping will be suppressed.
- getMappingEnabled() - Method in class software.amazon.awscdk.services.ec2.BlockDevice.Jsii$Proxy
-
- getMapPublicIpOnLaunch() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether instances launched in this subnet receive a public IPv4 address.
- getMapPublicIpOnLaunch() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
Indicates whether instances launched in this subnet receive a public IPv4 address.
- getMapPublicIpOnLaunch() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getMapPublicIpOnLaunch() - Method in class software.amazon.awscdk.services.ec2.PrivateSubnetProps.Jsii$Proxy
-
- getMapPublicIpOnLaunch() - Method in class software.amazon.awscdk.services.ec2.PublicSubnetProps.Jsii$Proxy
-
- getMapPublicIpOnLaunch() - Method in interface software.amazon.awscdk.services.ec2.SubnetConfiguration
-
Controls if a public IP is associated to an instance at launch.
- getMapPublicIpOnLaunch() - Method in class software.amazon.awscdk.services.ec2.SubnetConfiguration.Jsii$Proxy
-
- getMapPublicIpOnLaunch() - Method in interface software.amazon.awscdk.services.ec2.SubnetProps
-
Controls if a public IP is associated to an instance at launch.
- getMapPublicIpOnLaunch() - Method in class software.amazon.awscdk.services.ec2.SubnetProps.Jsii$Proxy
-
- getMarketType() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceMarketOptionsProperty
-
The market type.
- getMarketType() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceMarketOptionsProperty.Jsii$Proxy
-
- getMatchPaths() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
The paths to match.
- getMatchPaths() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeProps
-
The paths to match.
- getMatchPaths() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeProps.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.AcceleratorCountRequestProperty
-
The maximum number of accelerators.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.AcceleratorCountRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.AcceleratorTotalMemoryMiBRequestProperty
-
The maximum amount of accelerator memory, in MiB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.AcceleratorTotalMemoryMiBRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty
-
The maximum baseline bandwidth, in Mbps.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.MemoryGiBPerVCpuRequestProperty
-
The maximum amount of memory per vCPU, in GiB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.MemoryGiBPerVCpuRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.MemoryMiBRequestProperty
-
The maximum amount of memory, in MiB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.MemoryMiBRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.NetworkBandwidthGbpsRequestProperty
-
The maximum amount of network bandwidth, in Gbps.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.NetworkBandwidthGbpsRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.NetworkInterfaceCountRequestProperty
-
The maximum number of network interfaces.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.NetworkInterfaceCountRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.TotalLocalStorageGBRequestProperty
-
The maximum amount of total local storage, in GB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.TotalLocalStorageGBRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.VCpuCountRangeRequestProperty
-
The maximum number of vCPUs.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.VCpuCountRangeRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.AcceleratorCountProperty
-
The maximum number of accelerators.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.AcceleratorCountProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty
-
The maximum amount of accelerator memory, in MiB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BaselineEbsBandwidthMbpsProperty
-
The maximum baseline bandwidth, in Mbps.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BaselineEbsBandwidthMbpsProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MemoryGiBPerVCpuProperty
-
The maximum amount of memory per vCPU, in GiB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MemoryGiBPerVCpuProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MemoryMiBProperty
-
The maximum amount of memory, in MiB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MemoryMiBProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkBandwidthGbpsProperty
-
The maximum amount of network bandwidth, in Gbps.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkBandwidthGbpsProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceCountProperty
-
The maximum number of network interfaces.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceCountProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.TotalLocalStorageGBProperty
-
The maximum amount of total local storage, in GB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.TotalLocalStorageGBProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.VCpuCountProperty
-
The maximum number of vCPUs.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.VCpuCountProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.AcceleratorCountRequestProperty
-
The maximum number of accelerators.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.AcceleratorCountRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.AcceleratorTotalMemoryMiBRequestProperty
-
The maximum amount of accelerator memory, in MiB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.AcceleratorTotalMemoryMiBRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.BaselineEbsBandwidthMbpsRequestProperty
-
The maximum baseline bandwidth, in Mbps.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.BaselineEbsBandwidthMbpsRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.MemoryGiBPerVCpuRequestProperty
-
The maximum amount of memory per vCPU, in GiB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.MemoryGiBPerVCpuRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.MemoryMiBRequestProperty
-
The maximum amount of memory, in MiB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.MemoryMiBRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.NetworkBandwidthGbpsRequestProperty
-
The maximum amount of network bandwidth, in Gbps.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.NetworkBandwidthGbpsRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.NetworkInterfaceCountRequestProperty
-
The maximum number of network interfaces.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.NetworkInterfaceCountRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.TotalLocalStorageGBRequestProperty
-
The maximum amount of total local storage, in GB.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.TotalLocalStorageGBRequestProperty.Jsii$Proxy
-
- getMax() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.VCpuCountRangeRequestProperty
-
The maximum number of vCPUs.
- getMax() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.VCpuCountRangeRequestProperty.Jsii$Proxy
-
- getMaxAggregationInterval() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.
- getMaxAggregationInterval() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLogProps
-
The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.
- getMaxAggregationInterval() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLogProps.Jsii$Proxy
-
- getMaxAzs() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
Define the maximum number of AZs to use in this region.
- getMaxAzs() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getMaxDrainDurationSeconds() - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress.
- getMaxDrainDurationSeconds() - Method in interface software.amazon.awscdk.services.ec2.CfnNatGatewayProps
-
The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress.
- getMaxDrainDurationSeconds() - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Jsii$Proxy
-
- getMaxEntries() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
The maximum number of entries for the prefix list.
- getMaxEntries() - Method in interface software.amazon.awscdk.services.ec2.CfnPrefixListProps
-
The maximum number of entries for the prefix list.
- getMaxEntries() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixListProps.Jsii$Proxy
-
- getMaxPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty
-
The maximum price per unit hour that you are willing to pay for a Spot Instance.
- getMaxPrice() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Jsii$Proxy
-
- getMaxPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.SpotOptionsProperty
-
The maximum hourly price you're willing to pay for the Spot Instances.
- getMaxPrice() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.SpotOptionsProperty.Jsii$Proxy
-
- getMaxPrice() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions
-
Maximum hourly price you're willing to pay for each Spot instance.
- getMaxPrice() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions.Jsii$Proxy
-
- getMaxTotalPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty
-
The maximum amount per hour for On-Demand Instances that you're willing to pay.
- getMaxTotalPrice() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty.Jsii$Proxy
-
- getMaxTotalPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty
-
The maximum amount per hour for Spot Instances that you're willing to pay.
- getMaxTotalPrice() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Jsii$Proxy
-
- getMemoryGiBPerVCpu() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The minimum and maximum amount of memory per vCPU, in GiB.
- getMemoryGiBPerVCpu() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getMemoryGiBPerVCpu() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The minimum and maximum amount of memory per vCPU, in GiB.
- getMemoryGiBPerVCpu() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getMemoryGiBPerVCpu() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The minimum and maximum amount of memory per vCPU, in GiB.
- getMemoryGiBPerVCpu() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getMemoryMiB() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The minimum and maximum amount of memory, in MiB.
- getMemoryMiB() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getMemoryMiB() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The minimum and maximum amount of memory, in MiB.
- getMemoryMiB() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getMemoryMiB() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The minimum and maximum amount of memory, in MiB.
- getMemoryMiB() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getMessage() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty
-
The status message, if applicable.
- getMessage() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment.PeeringAttachmentStatusProperty.Jsii$Proxy
-
- getMetadataOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The metadata options for the instance.
- getMetadataOptions() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getMetric() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscription
-
The metric used for the subscription.
- getMetric() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscriptionProps
-
The metric used for the subscription.
- getMetric() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscriptionProps.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.AcceleratorCountRequestProperty
-
The minimum number of accelerators.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.AcceleratorCountRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.AcceleratorTotalMemoryMiBRequestProperty
-
The minimum amount of accelerator memory, in MiB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.AcceleratorTotalMemoryMiBRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty
-
The minimum baseline bandwidth, in Mbps.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.MemoryGiBPerVCpuRequestProperty
-
The minimum amount of memory per vCPU, in GiB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.MemoryGiBPerVCpuRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.MemoryMiBRequestProperty
-
The minimum amount of memory, in MiB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.MemoryMiBRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.NetworkBandwidthGbpsRequestProperty
-
The minimum amount of network bandwidth, in Gbps.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.NetworkBandwidthGbpsRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.NetworkInterfaceCountRequestProperty
-
The minimum number of network interfaces.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.NetworkInterfaceCountRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.TotalLocalStorageGBRequestProperty
-
The minimum amount of total local storage, in GB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.TotalLocalStorageGBRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.VCpuCountRangeRequestProperty
-
The minimum number of vCPUs.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.VCpuCountRangeRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.AcceleratorCountProperty
-
The minimum number of accelerators.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.AcceleratorCountProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty
-
The minimum amount of accelerator memory, in MiB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.AcceleratorTotalMemoryMiBProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BaselineEbsBandwidthMbpsProperty
-
The minimum baseline bandwidth, in Mbps.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BaselineEbsBandwidthMbpsProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MemoryGiBPerVCpuProperty
-
The minimum amount of memory per vCPU, in GiB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MemoryGiBPerVCpuProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MemoryMiBProperty
-
The minimum amount of memory, in MiB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.MemoryMiBProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkBandwidthGbpsProperty
-
The minimum amount of network bandwidth, in Gbps.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkBandwidthGbpsProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceCountProperty
-
The minimum number of network interfaces.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceCountProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.TotalLocalStorageGBProperty
-
The minimum amount of total local storage, in GB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.TotalLocalStorageGBProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.VCpuCountProperty
-
The minimum number of vCPUs.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.VCpuCountProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.AcceleratorCountRequestProperty
-
The minimum number of accelerators.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.AcceleratorCountRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.AcceleratorTotalMemoryMiBRequestProperty
-
The minimum amount of accelerator memory, in MiB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.AcceleratorTotalMemoryMiBRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.BaselineEbsBandwidthMbpsRequestProperty
-
The minimum baseline bandwidth, in Mbps.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.BaselineEbsBandwidthMbpsRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.MemoryGiBPerVCpuRequestProperty
-
The minimum amount of memory per vCPU, in GiB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.MemoryGiBPerVCpuRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.MemoryMiBRequestProperty
-
The minimum amount of memory, in MiB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.MemoryMiBRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.NetworkBandwidthGbpsRequestProperty
-
The minimum amount of network bandwidth, in Gbps.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.NetworkBandwidthGbpsRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.NetworkInterfaceCountRequestProperty
-
The minimum number of network interfaces.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.NetworkInterfaceCountRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.TotalLocalStorageGBRequestProperty
-
The minimum amount of total local storage, in GB.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.TotalLocalStorageGBRequestProperty.Jsii$Proxy
-
- getMin() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.VCpuCountRangeRequestProperty
-
The minimum number of vCPUs.
- getMin() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.VCpuCountRangeRequestProperty.Jsii$Proxy
-
- getMinTargetCapacity() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty
-
The minimum target capacity for On-Demand Instances in the fleet.
- getMinTargetCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty.Jsii$Proxy
-
- getMinTargetCapacity() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty
-
The minimum target capacity for Spot Instances in the fleet.
- getMinTargetCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Jsii$Proxy
-
- getMissingComponent() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The missing component.
- getMissingComponent() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getMode() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getMode() - Method in interface software.amazon.awscdk.services.ec2.InitFileOptions
-
A six-digit octal value representing the mode for this file.
- getMode() - Method in class software.amazon.awscdk.services.ec2.InitFileOptions.Jsii$Proxy
-
- getMonitoring() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Specifies whether detailed monitoring is enabled for the instance.
- getMonitoring() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
Specifies whether detailed monitoring is enabled for the instance.
- getMonitoring() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getMonitoring() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The monitoring for the instance.
- getMonitoring() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getMonitoring() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
Enable or disable monitoring for the instances.
- getMonitoring() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getMultiAttachEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
Indicates whether Amazon EBS Multi-Attach is enabled.
- getMultiAttachEnabled() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
Indicates whether Amazon EBS Multi-Attach is enabled.
- getMultiAttachEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getMulticastSupport() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Indicates whether multicast is enabled on the transit gateway.
- getMulticastSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
Indicates whether multicast is enabled on the transit gateway.
- getMulticastSupport() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getMutable() - Method in interface software.amazon.awscdk.services.ec2.SecurityGroupImportOptions
-
If a SecurityGroup is mutable CDK can add rules to existing groups.
- getMutable() - Method in class software.amazon.awscdk.services.ec2.SecurityGroupImportOptions.Jsii$Proxy
-
- getMutualAuthentication() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
-
Information about the authentication certificates to be used, if applicable.
- getMutualAuthentication() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Jsii$Proxy
-
- getName() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.IamInstanceProfileProperty
-
The name of the instance profile.
- getName() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.IamInstanceProfileProperty.Jsii$Proxy
-
- getName() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.ClassicLoadBalancerProperty
-
The name of the load balancer.
- getName() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.ClassicLoadBalancerProperty.Jsii$Proxy
-
- getName() - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpointAwsService
-
The name of the service.
- getName() - Method in interface software.amazon.awscdk.services.ec2.IGatewayVpcEndpointService
-
The name of the service.
- getName() - Method in interface software.amazon.awscdk.services.ec2.IGatewayVpcEndpointService.Jsii$Default
-
The name of the service.
- getName() - Method in class software.amazon.awscdk.services.ec2.IGatewayVpcEndpointService.Jsii$Proxy
-
The name of the service.
- getName() - Method in interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService
-
The name of the service.
- getName() - Method in interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService.Jsii$Default
-
The name of the service.
- getName() - Method in class software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService.Jsii$Proxy
-
The name of the service.
- getName() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
The name of the service.
- getName() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointService
-
The name of the service.
- getName() - Method in interface software.amazon.awscdk.services.ec2.LookupMachineImageProps
-
Name of the image (may contain wildcards).
- getName() - Method in class software.amazon.awscdk.services.ec2.LookupMachineImageProps.Jsii$Proxy
-
- getName() - Method in interface software.amazon.awscdk.services.ec2.SubnetConfiguration
-
Logical name for the subnet group.
- getName() - Method in class software.amazon.awscdk.services.ec2.SubnetConfiguration.Jsii$Proxy
-
- getNatDependencies() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
- getNatGateway() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The NAT gateway.
- getNatGateway() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getNatGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
The ID of a NAT gateway.
- getNatGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
-
- getNatGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of a NAT gateway.
- getNatGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The ID of a NAT gateway.
- getNatGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getNatGatewayProvider() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
What type of NAT provider to use.
- getNatGatewayProvider() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getNatGateways() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
The number of NAT Gateways/Instances to create.
- getNatGateways() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getNatGatewaySubnets() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
Configures the subnets which will have NAT Gateways/Instances.
- getNatGatewaySubnets() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getNatSubnets() - Method in interface software.amazon.awscdk.services.ec2.ConfigureNatOptions
-
The public subnets where the NAT providers need to be placed.
- getNatSubnets() - Method in class software.amazon.awscdk.services.ec2.ConfigureNatOptions.Jsii$Proxy
-
- getNetbiosNameServers() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
The IPv4 addresses of up to four NetBIOS name servers.
- getNetbiosNameServers() - Method in interface software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps
-
The IPv4 addresses of up to four NetBIOS name servers.
- getNetbiosNameServers() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps.Jsii$Proxy
-
- getNetbiosNodeType() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
The NetBIOS node type (1, 2, 4, or 8).
- getNetbiosNodeType() - Method in interface software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps
-
The NetBIOS node type (1, 2, 4, or 8).
- getNetbiosNodeType() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps.Jsii$Proxy
-
- getNetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocation
-
The netmask length of the CIDR you would like to allocate from the IPAM pool.
- getNetmaskLength() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMAllocationProps
-
The netmask length of the CIDR you would like to allocate from the IPAM pool.
- getNetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocationProps.Jsii$Proxy
-
- getNetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidr
-
The netmask length of the CIDR you'd like to provision to a pool.
- getNetmaskLength() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolCidrProps
-
The netmask length of the CIDR you'd like to provision to a pool.
- getNetmaskLength() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidrProps.Jsii$Proxy
-
- getNetworkAcl() - Method in interface software.amazon.awscdk.services.ec2.INetworkAclEntry
-
The network ACL.
- getNetworkAcl() - Method in interface software.amazon.awscdk.services.ec2.INetworkAclEntry.Jsii$Default
-
The network ACL.
- getNetworkAcl() - Method in class software.amazon.awscdk.services.ec2.INetworkAclEntry.Jsii$Proxy
-
The network ACL.
- getNetworkAcl() - Method in class software.amazon.awscdk.services.ec2.NetworkAclEntry
-
The network ACL.
- getNetworkAcl() - Method in interface software.amazon.awscdk.services.ec2.NetworkAclEntryProps
-
The network ACL this entry applies to.
- getNetworkAcl() - Method in class software.amazon.awscdk.services.ec2.NetworkAclEntryProps.Jsii$Proxy
-
- getNetworkAcl() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
Network ACL associated with this Subnet.
- getNetworkAcl() - Method in class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociation
-
ID for the current Network ACL.
- getNetworkAcl() - Method in interface software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociationProps
-
The Network ACL this association is defined for.
- getNetworkAcl() - Method in class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociationProps.Jsii$Proxy
-
- getNetworkAclEntryName() - Method in interface software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions
-
The name of the NetworkAclEntry.
- getNetworkAclEntryName() - Method in class software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions.Jsii$Proxy
-
- getNetworkAclEntryName() - Method in class software.amazon.awscdk.services.ec2.NetworkAclEntryProps.Jsii$Proxy
-
- getNetworkAclId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The ID of the ACL for the entry.
- getNetworkAclId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps
-
The ID of the ACL for the entry.
- getNetworkAclId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps.Jsii$Proxy
-
- getNetworkAclId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociation
-
The ID of the network ACL.
- getNetworkAclId() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociationProps
-
The ID of the network ACL.
- getNetworkAclId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociationProps.Jsii$Proxy
-
- getNetworkAclId() - Method in interface software.amazon.awscdk.services.ec2.INetworkAcl
-
ID for the current Network ACL.
- getNetworkAclId() - Method in interface software.amazon.awscdk.services.ec2.INetworkAcl.Jsii$Default
-
ID for the current Network ACL.
- getNetworkAclId() - Method in class software.amazon.awscdk.services.ec2.INetworkAcl.Jsii$Proxy
-
ID for the current Network ACL.
- getNetworkAclId() - Method in class software.amazon.awscdk.services.ec2.NetworkAcl
-
The ID of the NetworkACL.
- getNetworkAclName() - Method in interface software.amazon.awscdk.services.ec2.NetworkAclProps
-
The name of the NetworkAcl.
- getNetworkAclName() - Method in class software.amazon.awscdk.services.ec2.NetworkAclProps.Jsii$Proxy
-
- getNetworkAclVpcId() - Method in class software.amazon.awscdk.services.ec2.NetworkAcl
-
The VPC ID for this NetworkACL.
- getNetworkBandwidthGbps() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
- getNetworkBandwidthGbps() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getNetworkBandwidthGbps() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
- getNetworkBandwidthGbps() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getNetworkBandwidthGbps() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
- getNetworkBandwidthGbps() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getNetworkBorderGroup() - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
A unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses.
- getNetworkBorderGroup() - Method in interface software.amazon.awscdk.services.ec2.CfnEIPProps
-
A unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses.
- getNetworkBorderGroup() - Method in class software.amazon.awscdk.services.ec2.CfnEIPProps.Jsii$Proxy
-
- getNetworkCardIndex() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
The index of the network card.
- getNetworkCardIndex() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getNetworkInsightsAccessScopeId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
The ID of the Network Access Scope.
- getNetworkInsightsAccessScopeId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysisProps
-
The ID of the Network Access Scope.
- getNetworkInsightsAccessScopeId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysisProps.Jsii$Proxy
-
- getNetworkInsightsPathId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The ID of the path.
- getNetworkInsightsPathId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysisProps
-
The ID of the path.
- getNetworkInsightsPathId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysisProps.Jsii$Proxy
-
- getNetworkInterface() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The network interface.
- getNetworkInterface() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getNetworkInterfaceCount() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The minimum and maximum number of network interfaces.
- getNetworkInterfaceCount() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getNetworkInterfaceCount() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The minimum and maximum number of network interfaces.
- getNetworkInterfaceCount() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getNetworkInterfaceCount() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The minimum and maximum number of network interfaces.
- getNetworkInterfaceCount() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociation
-
[EC2-VPC] The ID of the network interface.
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnEIPAssociationProps
-
[EC2-VPC] The ID of the network interface.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociationProps.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
The ID of the network interface, when attaching an existing network interface.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
The ID of the network interface.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRoute
-
The ID of the network interface.
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteProps
-
The ID of the network interface.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteProps.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
The ID of a network interface.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment
-
The ID of the ENI that you want to attach.
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachmentProps
-
The ID of the ENI that you want to attach.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachmentProps.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermission
-
The ID of the network interface.
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermissionProps
-
The ID of the network interface.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermissionProps.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of the network interface.
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The ID of the network interface.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
The ID of the network interface.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The ID of the source network interface.
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps
-
The ID of the source network interface.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTarget
-
The network interface ID that is associated with the target.
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps
-
The network interface ID that is associated with the target.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The group members' network interface IDs to register with the transit gateway multicast group.
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMemberProps
-
The group members' network interface IDs to register with the transit gateway multicast group.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMemberProps.Jsii$Proxy
-
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The group sources' network interface IDs to register with the transit gateway multicast group.
- getNetworkInterfaceId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSourceProps
-
The group sources' network interface IDs to register with the transit gateway multicast group.
- getNetworkInterfaceId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSourceProps.Jsii$Proxy
-
- getNetworkInterfaces() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The network interfaces to associate with the instance.
- getNetworkInterfaces() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The network interfaces to associate with the instance.
- getNetworkInterfaces() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getNetworkInterfaces() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
One or more network interfaces.
- getNetworkInterfaces() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getNetworkInterfaces() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
One or more network interfaces.
- getNetworkInterfaces() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getNetworkLoadBalancerArn() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTarget
-
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
- getNetworkLoadBalancerArn() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps
-
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
- getNetworkLoadBalancerArn() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps.Jsii$Proxy
-
- getNetworkLoadBalancerArns() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
The Amazon Resource Names (ARNs) of the Network Load Balancers.
- getNetworkLoadBalancerArns() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointServiceProps
-
The Amazon Resource Names (ARNs) of the Network Load Balancers.
- getNetworkLoadBalancerArns() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServiceProps.Jsii$Proxy
-
- getNetworkServices() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilter
-
The network service traffic that is associated with the Traffic Mirror filter.
- getNetworkServices() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterProps
-
The network service traffic that is associated with the Traffic Mirror filter.
- getNetworkServices() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterProps.Jsii$Proxy
-
- getNitroEnclaveEnabled() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
If this parameter is set to true, the instance is enabled for AWS Nitro Enclaves;
- getNitroEnclaveEnabled() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IFlowLog.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IFlowLog.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IGatewayVpcEndpoint.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IGatewayVpcEndpoint.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IInstance.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IInstance.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.INetworkAcl.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.INetworkAcl.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.INetworkAclEntry.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.INetworkAclEntry.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.ISubnet.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.ISubnet.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.ISubnetNetworkAclAssociation.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.ISubnetNetworkAclAssociation.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IVolume.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpoint.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IVpcEndpoint.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpointService.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IVpcEndpointService.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Proxy
-
The construct tree node for this construct.
- getNode() - Method in interface software.amazon.awscdk.services.ec2.IVpnGateway.Jsii$Default
-
The construct tree node for this construct.
- getNode() - Method in class software.amazon.awscdk.services.ec2.IVpnGateway.Jsii$Proxy
-
The construct tree node for this construct.
- getNoDevice() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.BlockDeviceMappingProperty
-
To omit the device from the block device mapping, specify an empty string.
- getNoDevice() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy
-
- getNoDevice() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BlockDeviceMappingProperty
-
To omit the device from the block device mapping, specify an empty string.
- getNoDevice() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BlockDeviceMappingProperty.Jsii$Proxy
-
- getNoDevice() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.BlockDeviceMappingProperty
-
To omit the device from the block device mapping, specify an empty string.
- getNoDevice() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.BlockDeviceMappingProperty.Jsii$Proxy
-
- getNoRemoveEndDate() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
`AWS::EC2::CapacityReservationFleet.NoRemoveEndDate`.
- getNoRemoveEndDate() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps
-
`AWS::EC2::CapacityReservationFleet.NoRemoveEndDate`.
- getNoRemoveEndDate() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps.Jsii$Proxy
-
- getNtpServers() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
The IPv4 addresses of up to four Network Time Protocol (NTP) servers.
- getNtpServers() - Method in interface software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps
-
The IPv4 addresses of up to four Network Time Protocol (NTP) servers.
- getNtpServers() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps.Jsii$Proxy
-
- getOnDemandAllocationStrategy() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The order of the launch template overrides to use in fulfilling On-Demand capacity.
- getOnDemandAllocationStrategy() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getOnDemandMaxPricePercentageOverLowestPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The price protection threshold for On-Demand Instances.
- getOnDemandMaxPricePercentageOverLowestPrice() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getOnDemandMaxPricePercentageOverLowestPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The price protection threshold for On-Demand Instances.
- getOnDemandMaxPricePercentageOverLowestPrice() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getOnDemandMaxPricePercentageOverLowestPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The price protection threshold for On-Demand Instances.
- getOnDemandMaxPricePercentageOverLowestPrice() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getOnDemandMaxTotalPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The maximum amount per hour for On-Demand Instances that you're willing to pay.
- getOnDemandMaxTotalPrice() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getOnDemandOptions() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Describes the configuration of On-Demand Instances in an EC2 Fleet.
- getOnDemandOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
Describes the configuration of On-Demand Instances in an EC2 Fleet.
- getOnDemandOptions() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getOnDemandTargetCapacity() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.TargetCapacitySpecificationRequestProperty
-
The number of On-Demand units to request.
- getOnDemandTargetCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.Jsii$Proxy
-
- getOnDemandTargetCapacity() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The number of On-Demand units to request.
- getOnDemandTargetCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getOnePerAz() - Method in interface software.amazon.awscdk.services.ec2.SubnetSelection
-
If true, return at most one subnet per AZ.
- getOnePerAz() - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Jsii$Proxy
-
- getOpen() - Method in interface software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions
-
Whether to automatically allow VPC traffic to the endpoint.
- getOpen() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions.Jsii$Proxy
-
- getOpen() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps.Jsii$Proxy
-
- getOperatingRegions() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The operating Regions for an IPAM.
- getOperatingRegions() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMProps
-
The operating Regions for an IPAM.
- getOperatingRegions() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMProps.Jsii$Proxy
-
- getOperatingRegions() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
The operating Regions for the resource discovery.
- getOperatingRegions() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryProps
-
The operating Regions for the resource discovery.
- getOperatingRegions() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryProps.Jsii$Proxy
-
- getOptions() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment
-
The VPC attachment options, in JSON or YAML.
- getOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps
-
The VPC attachment options, in JSON or YAML.
- getOptions() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps.Jsii$Proxy
-
- getOptions() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect
-
The Connect attachment options.
- getOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayConnectProps
-
The Connect attachment options.
- getOptions() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnectProps.Jsii$Proxy
-
- getOptions() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain
-
The options for the transit gateway multicast domain.
- getOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainProps
-
The options for the transit gateway multicast domain.
- getOptions() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainProps.Jsii$Proxy
-
- getOptions() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The VPC attachment options, in JSON or YAML.
- getOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps
-
The VPC attachment options, in JSON or YAML.
- getOptions() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps.Jsii$Proxy
-
- getOrigin() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
Describes how the route was created.
- getOrigin() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
-
- getOs() - Method in interface software.amazon.awscdk.services.ec2.SsmParameterImageOptions
-
Operating system.
- getOs() - Method in class software.amazon.awscdk.services.ec2.SsmParameterImageOptions.Jsii$Proxy
-
- getOsType() - Method in class software.amazon.awscdk.services.ec2.Instance
-
The type of OS the instance is running.
- getOsType() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
The type of OS the instance is running.
- getOsType() - Method in interface software.amazon.awscdk.services.ec2.MachineImageConfig
-
Operating system type for this image.
- getOsType() - Method in class software.amazon.awscdk.services.ec2.MachineImageConfig.Jsii$Proxy
-
- getOutboundHeader() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The outbound header.
- getOutboundHeader() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getOutPostArn() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity Reservation.
- getOutPostArn() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity Reservation.
- getOutPostArn() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getOutpostArn() - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
The Amazon Resource Name (ARN) of the AWS Outpost on which the Dedicated Host is allocated.
- getOutpostArn() - Method in interface software.amazon.awscdk.services.ec2.CfnHostProps
-
The Amazon Resource Name (ARN) of the AWS Outpost on which the Dedicated Host is allocated.
- getOutpostArn() - Method in class software.amazon.awscdk.services.ec2.CfnHostProps.Jsii$Proxy
-
- getOutpostArn() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The Amazon Resource Name (ARN) of the Outpost.
- getOutpostArn() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
The Amazon Resource Name (ARN) of the Outpost.
- getOutpostArn() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getOutpostArn() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The Amazon Resource Name (ARN) of the Outpost.
- getOutpostArn() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
The Amazon Resource Name (ARN) of the Outpost.
- getOutpostArn() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getOverrides() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty
-
Any parameters that you specify override the same parameters in the launch template.
- getOverrides() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateConfigRequestProperty.Jsii$Proxy
-
- getOverrides() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateConfigProperty
-
Any parameters that you specify override the same parameters in the launch template.
- getOverrides() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateConfigProperty.Jsii$Proxy
-
- getOwner() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getOwner() - Method in interface software.amazon.awscdk.services.ec2.InitFileOptions
-
The name of the owning user for this file.
- getOwner() - Method in class software.amazon.awscdk.services.ec2.InitFileOptions.Jsii$Proxy
-
- getOwners() - Method in interface software.amazon.awscdk.services.ec2.LookupMachineImageProps
-
Owner account IDs or aliases.
- getOwners() - Method in class software.amazon.awscdk.services.ec2.LookupMachineImageProps.Jsii$Proxy
-
- getPacketField() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The packet field.
- getPacketField() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getPacketHeaderStatement() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PathStatementRequestProperty
-
The packet header statement.
- getPacketHeaderStatement() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PathStatementRequestProperty.Jsii$Proxy
-
- getPacketLength() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The number of bytes in each packet to mirror.
- getPacketLength() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps
-
The number of bytes in each packet to mirror.
- getPacketLength() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps.Jsii$Proxy
-
- getParameterName() - Method in class software.amazon.awscdk.services.ec2.GenericSSMParameterImage
-
Name of the SSM parameter we're looking up.
- getPartitionCount() - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroup
-
The number of partitions.
- getPartitionCount() - Method in interface software.amazon.awscdk.services.ec2.CfnPlacementGroupProps
-
The number of partitions.
- getPartitionCount() - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroupProps.Jsii$Proxy
-
- getPartitionNumber() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty
-
The number of the partition that the instance is in.
- getPartitionNumber() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty.Jsii$Proxy
-
- getPartitionNumber() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty
-
The number of the partition the instance should launch in.
- getPartitionNumber() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
-
- getPartsSeparator() - Method in interface software.amazon.awscdk.services.ec2.MultipartUserDataOptions
-
The string used to separate parts in multipart user data archive (it's like MIME boundary).
- getPartsSeparator() - Method in class software.amazon.awscdk.services.ec2.MultipartUserDataOptions.Jsii$Proxy
-
- getPayerResponsibility() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
The entity that is responsible for the endpoint costs.
- getPayerResponsibility() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointServiceProps
-
The entity that is responsible for the endpoint costs.
- getPayerResponsibility() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServiceProps.Jsii$Proxy
-
- getPeer() - Method in interface software.amazon.awscdk.services.ec2.ConnectionsProps
-
Class that represents the rule by which others can connect to this connectable.
- getPeer() - Method in class software.amazon.awscdk.services.ec2.ConnectionsProps.Jsii$Proxy
-
- getPeerAccountId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The ID of the AWS account that owns the transit gateway.
- getPeerAccountId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachmentProps
-
The ID of the AWS account that owns the transit gateway.
- getPeerAccountId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachmentProps.Jsii$Proxy
-
- getPeerOwnerId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
The AWS account ID of the owner of the accepter VPC.
- getPeerOwnerId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps
-
The AWS account ID of the owner of the accepter VPC.
- getPeerOwnerId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps.Jsii$Proxy
-
- getPeerRegion() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The Region of the transit gateway.
- getPeerRegion() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachmentProps
-
The Region of the transit gateway.
- getPeerRegion() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachmentProps.Jsii$Proxy
-
- getPeerRegion() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.
- getPeerRegion() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps
-
The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.
- getPeerRegion() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps.Jsii$Proxy
-
- getPeerRoleArn() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
The Amazon Resource Name (ARN) of the VPC peer role for the peering connection in another AWS account.
- getPeerRoleArn() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps
-
The Amazon Resource Name (ARN) of the VPC peer role for the peering connection in another AWS account.
- getPeerRoleArn() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps.Jsii$Proxy
-
- getPeerTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The ID of the transit gateway.
- getPeerTransitGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachmentProps
-
The ID of the transit gateway.
- getPeerTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachmentProps.Jsii$Proxy
-
- getPeerVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
The ID of the VPC with which you are creating the VPC peering connection.
- getPeerVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps
-
The ID of the VPC with which you are creating the VPC peering connection.
- getPeerVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps.Jsii$Proxy
-
- getPerHourPartition() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLog.DestinationOptionsProperty
-
Indicates whether to partition the flow log per hour.
- getPerHourPartition() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog.DestinationOptionsProperty.Jsii$Proxy
-
- getPermission() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermission
-
The type of permission to grant: `INSTANCE-ATTACH` or `EIP-ASSOCIATE` .
- getPermission() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermissionProps
-
The type of permission to grant: `INSTANCE-ATTACH` or `EIP-ASSOCIATE` .
- getPermission() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermissionProps.Jsii$Proxy
-
- getPlacement() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty
-
The location where the instance launched, if applicable.
- getPlacement() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Jsii$Proxy
-
- getPlacement() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The placement for the instance.
- getPlacement() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getPlacement() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The placement information.
- getPlacement() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getPlacementGroupArn() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation.
- getPlacementGroupArn() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation.
- getPlacementGroupArn() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getPlacementGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The name of an existing placement group that you want to launch the instance into (cluster | partition | spread).
- getPlacementGroupName() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The name of an existing placement group that you want to launch the instance into (cluster | partition | spread).
- getPlacementGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getPlatform() - Method in interface software.amazon.awscdk.services.ec2.AttachInitOptions
-
OS Platform the init config will be used for.
- getPlatform() - Method in class software.amazon.awscdk.services.ec2.AttachInitOptions.Jsii$Proxy
-
- getPolicyDocument() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
A policy that controls access to the service from the VPC.
- getPolicyDocument() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointProps
-
A policy that controls access to the service from the VPC.
- getPolicyDocument() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointProps.Jsii$Proxy
-
- getPolicyDocument() - Method in class software.amazon.awscdk.services.ec2.VpcEndpoint
-
- getPort() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerTargetProperty
-
The port on which the target is listening.
- getPort() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerTargetProperty.Jsii$Proxy
-
- getPort() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The port.
- getPort() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getPort() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
- getPort() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getPort() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getPort() - Method in interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService
-
The port of the service.
- getPort() - Method in interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService.Jsii$Default
-
The port of the service.
- getPort() - Method in class software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService.Jsii$Proxy
-
The port of the service.
- getPort() - Method in interface software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAttributes
-
The port of the service of the interface VPC endpoint.
- getPort() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAttributes.Jsii$Proxy
-
- getPort() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
The port of the service.
- getPort() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointService
-
The port of the service.
- getPortRange() - Method in interface software.amazon.awscdk.services.ec2.AclTrafficConfig
-
The range of port numbers for the UDP/TCP protocol.
- getPortRange() - Method in class software.amazon.awscdk.services.ec2.AclTrafficConfig.Jsii$Proxy
-
- getPortRange() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The range of port numbers for the UDP/TCP protocol.
- getPortRange() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps
-
The range of port numbers for the UDP/TCP protocol.
- getPortRange() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps.Jsii$Proxy
-
- getPortRange() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
-
The range of ports.
- getPortRange() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
-
- getPortRange() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty
-
The port range.
- getPortRange() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Jsii$Proxy
-
- getPortRanges() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The port ranges.
- getPortRanges() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getPrefixList() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The prefix list.
- getPrefixList() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getPrefixListId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty
-
The prefix list ID.
- getPrefixListId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Jsii$Proxy
-
- getPrefixListId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty
-
The ID of the prefix list.
- getPrefixListId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Jsii$Proxy
-
- getPrefixListName() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
A name for the prefix list.
- getPrefixListName() - Method in interface software.amazon.awscdk.services.ec2.CfnPrefixListProps
-
A name for the prefix list.
- getPrefixListName() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixListProps.Jsii$Proxy
-
- getPreSharedKey() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNConnection.VpnTunnelOptionsSpecificationProperty
-
The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.
- getPreSharedKey() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection.VpnTunnelOptionsSpecificationProperty.Jsii$Proxy
-
- getPreSharedKey() - Method in interface software.amazon.awscdk.services.ec2.VpnTunnelOption
-
- getPreSharedKey() - Method in class software.amazon.awscdk.services.ec2.VpnTunnelOption.Jsii$Proxy
-
- getPreSharedKeySecret() - Method in interface software.amazon.awscdk.services.ec2.VpnTunnelOption
-
The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.
- getPreSharedKeySecret() - Method in class software.amazon.awscdk.services.ec2.VpnTunnelOption.Jsii$Proxy
-
- getPrimary() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.PrivateIpAddressSpecificationProperty
-
Indicates whether the private IPv4 address is the primary private IPv4 address.
- getPrimary() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.PrivateIpAddressSpecificationProperty.Jsii$Proxy
-
- getPrimary() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PrivateIpAddProperty
-
Indicates whether the private IPv4 address is the primary private IPv4 address.
- getPrimary() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PrivateIpAddProperty.Jsii$Proxy
-
- getPrimary() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterface.PrivateIpAddressSpecificationProperty
-
Sets the private IP address as the primary private address.
- getPrimary() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface.PrivateIpAddressSpecificationProperty.Jsii$Proxy
-
- getPrimary() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.PrivateIpAddressSpecificationProperty
-
Indicates whether the private IPv4 address is the primary private IPv4 address.
- getPrimary() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.PrivateIpAddressSpecificationProperty.Jsii$Proxy
-
- getPrintLog() - Method in interface software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions
-
Print the results of running cfn-init to the Instance System Log.
- getPrintLog() - Method in class software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions.Jsii$Proxy
-
- getPrintLog() - Method in interface software.amazon.awscdk.services.ec2.AttachInitOptions
-
Print the results of running cfn-init to the Instance System Log.
- getPrintLog() - Method in class software.amazon.awscdk.services.ec2.AttachInitOptions.Jsii$Proxy
-
- getPriority() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
The priority to assign to the instance type.
- getPriority() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Jsii$Proxy
-
- getPriority() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty
-
The priority for the launch template override.
- getPriority() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Jsii$Proxy
-
- getPriority() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty
-
The priority for the launch template override.
- getPriority() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty.Jsii$Proxy
-
- getPrivateDnsDefault() - Method in interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService
-
Whether Private DNS is supported by default.
- getPrivateDnsDefault() - Method in interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService.Jsii$Default
-
Whether Private DNS is supported by default.
- getPrivateDnsDefault() - Method in class software.amazon.awscdk.services.ec2.IInterfaceVpcEndpointService.Jsii$Proxy
-
Whether Private DNS is supported by default.
- getPrivateDnsDefault() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
Whether Private DNS is supported by default.
- getPrivateDnsDefault() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointService
-
Whether Private DNS is supported by default.
- getPrivateDnsEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
Indicate whether to associate a private hosted zone with the specified VPC.
- getPrivateDnsEnabled() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointProps
-
Indicate whether to associate a private hosted zone with the specified VPC.
- getPrivateDnsEnabled() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointProps.Jsii$Proxy
-
- getPrivateDnsEnabled() - Method in interface software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions
-
Whether to associate a private hosted zone with the specified VPC.
- getPrivateDnsEnabled() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions.Jsii$Proxy
-
- getPrivateDnsEnabled() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps.Jsii$Proxy
-
- getPrivateDnsNameOptions() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The options for the instance hostname.
- getPrivateDnsNameOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The options for the instance hostname.
- getPrivateDnsNameOptions() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getPrivateDnsNameOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The options for the instance hostname.
- getPrivateDnsNameOptions() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getPrivateDnsNameOptionsOnLaunch() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The hostname type for EC2 instances launched into this subnet and how DNS A and AAAA record queries to the instances should be handled.
- getPrivateDnsNameOptionsOnLaunch() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
The hostname type for EC2 instances launched into this subnet and how DNS A and AAAA record queries to the instances should be handled.
- getPrivateDnsNameOptionsOnLaunch() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociation
-
[EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address.
- getPrivateIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnEIPAssociationProps
-
[EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address.
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociationProps.Jsii$Proxy
-
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
[EC2-VPC] The primary IPv4 address.
- getPrivateIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
The private IPv4 address of the network interface.
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getPrivateIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.PrivateIpAddressSpecificationProperty
-
The private IPv4 address.
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.PrivateIpAddressSpecificationProperty.Jsii$Proxy
-
- getPrivateIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
[EC2-VPC] The primary IPv4 address.
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getPrivateIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
The primary private IPv4 address of the network interface.
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getPrivateIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PrivateIpAddProperty
-
The private IPv4 address.
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PrivateIpAddProperty.Jsii$Proxy
-
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
The private IPv4 address to assign to the NAT gateway.
- getPrivateIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnNatGatewayProps
-
The private IPv4 address to assign to the NAT gateway.
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Jsii$Proxy
-
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
Assigns a single private IP address to the network interface, which is used as the primary private IP address.
- getPrivateIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterface.PrivateIpAddressSpecificationProperty
-
The private IP address of the network interface.
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface.PrivateIpAddressSpecificationProperty.Jsii$Proxy
-
- getPrivateIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps
-
Assigns a single private IP address to the network interface, which is used as the primary private IP address.
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Jsii$Proxy
-
- getPrivateIpAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.PrivateIpAddressSpecificationProperty
-
The private IPv4 address.
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.PrivateIpAddressSpecificationProperty.Jsii$Proxy
-
- getPrivateIpAddress() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Defines a private IP address to associate with an instance.
- getPrivateIpAddress() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getPrivateIpAddresses() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
One or more private IPv4 addresses to assign to the network interface.
- getPrivateIpAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getPrivateIpAddresses() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
One or more private IPv4 addresses.
- getPrivateIpAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getPrivateIpAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
Assigns private IP addresses to the network interface.
- getPrivateIpAddresses() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps
-
Assigns private IP addresses to the network interface.
- getPrivateIpAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Jsii$Proxy
-
- getPrivateIpAddresses() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
The private IPv4 addresses to assign to the network interface.
- getPrivateIpAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
- getPrivateSubnetIds() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
List of private subnet IDs.
- getPrivateSubnetIds() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getPrivateSubnetNames() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
List of names for the private subnets.
- getPrivateSubnetNames() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getPrivateSubnetRouteTableIds() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
List of IDs of routing tables for the private subnets.
- getPrivateSubnetRouteTableIds() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getPrivateSubnets() - Method in interface software.amazon.awscdk.services.ec2.ConfigureNatOptions
-
The private subnets that need to route through the NAT providers.
- getPrivateSubnets() - Method in class software.amazon.awscdk.services.ec2.ConfigureNatOptions.Jsii$Proxy
-
- getPrivateSubnets() - Method in interface software.amazon.awscdk.services.ec2.IVpc
-
List of private subnets in this VPC.
- getPrivateSubnets() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
List of private subnets in this VPC.
- getPrivateSubnets() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
List of private subnets in this VPC.
- getPrivateSubnets() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
List of private subnets in this VPC.
- getPropagateTagsToVolumeOnCreation() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether to assign the tags from the instance to all of the volumes attached to the instance at launch.
- getPropagateTagsToVolumeOnCreation() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
Indicates whether to assign the tags from the instance to all of the volumes attached to the instance at launch.
- getPropagateTagsToVolumeOnCreation() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getPropagateTagsToVolumeOnCreation() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Propagate the EC2 instance tags to the EBS volumes.
- getPropagateTagsToVolumeOnCreation() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getPropagationDefaultRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
The ID of the default propagation route table.
- getPropagationDefaultRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
The ID of the default propagation route table.
- getPropagationDefaultRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getProtocol() - Method in interface software.amazon.awscdk.services.ec2.AclTrafficConfig
-
The protocol number.
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.AclTrafficConfig.Jsii$Proxy
-
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The IP protocol that the rule applies to.
- getProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps
-
The IP protocol that the rule applies to.
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps.Jsii$Proxy
-
- getProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
-
The protocol.
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
-
- getProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty
-
The protocol.
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Jsii$Proxy
-
- getProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty
-
The protocol name.
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Jsii$Proxy
-
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The protocol.
- getProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps
-
The protocol.
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps.Jsii$Proxy
-
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The protocol, for example UDP, to assign to the Traffic Mirror rule.
- getProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps
-
The protocol, for example UDP, to assign to the Traffic Mirror rule.
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Jsii$Proxy
-
- getProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect.TransitGatewayConnectOptionsProperty
-
The tunnel protocol.
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect.TransitGatewayConnectOptionsProperty.Jsii$Proxy
-
- getProtocol() - Method in interface software.amazon.awscdk.services.ec2.ConnectionRule
-
The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers).
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.ConnectionRule.Jsii$Proxy
-
- getProtocol() - Method in interface software.amazon.awscdk.services.ec2.PortProps
-
The protocol for the range.
- getProtocol() - Method in class software.amazon.awscdk.services.ec2.PortProps.Jsii$Proxy
-
- getProtocols() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty
-
The protocols.
- getProtocols() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Jsii$Proxy
-
- getProtocols() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The protocols.
- getProtocols() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getProvisionedCidrs() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
Information about the CIDRs provisioned to an IPAM pool.
- getProvisionedCidrs() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
Information about the CIDRs provisioned to an IPAM pool.
- getProvisionedCidrs() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getPublicIpSource() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The IP address source for pools in the public scope.
- getPublicIpSource() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
The IP address source for pools in the public scope.
- getPublicIpSource() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getPublicIpv4Pool() - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
The ID of an address pool that you own.
- getPublicIpv4Pool() - Method in interface software.amazon.awscdk.services.ec2.CfnEIPProps
-
The ID of an address pool that you own.
- getPublicIpv4Pool() - Method in class software.amazon.awscdk.services.ec2.CfnEIPProps.Jsii$Proxy
-
- getPublicKeyMaterial() - Method in class software.amazon.awscdk.services.ec2.CfnKeyPair
-
The public key material.
- getPublicKeyMaterial() - Method in interface software.amazon.awscdk.services.ec2.CfnKeyPairProps
-
The public key material.
- getPublicKeyMaterial() - Method in class software.amazon.awscdk.services.ec2.CfnKeyPairProps.Jsii$Proxy
-
- getPubliclyAdvertisable() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
Determines if a pool is publicly advertisable.
- getPubliclyAdvertisable() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
Determines if a pool is publicly advertisable.
- getPubliclyAdvertisable() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getPublicSubnetIds() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
List of public subnet IDs.
- getPublicSubnetIds() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getPublicSubnetNames() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
List of names for the public subnets.
- getPublicSubnetNames() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getPublicSubnetRouteTableIds() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
List of IDs of routing tables for the public subnets.
- getPublicSubnetRouteTableIds() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getPublicSubnets() - Method in interface software.amazon.awscdk.services.ec2.IVpc
-
List of public subnets in this VPC.
- getPublicSubnets() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
List of public subnets in this VPC.
- getPublicSubnets() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
List of public subnets in this VPC.
- getPublicSubnets() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
List of public subnets in this VPC.
- getRamdiskId() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The ID of the RAM disk to select.
- getRamdiskId() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The ID of the RAM disk to select.
- getRamdiskId() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getRamDiskId() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The ID of the RAM disk.
- getRamDiskId() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getRamdiskId() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The ID of the RAM disk.
- getRamdiskId() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getReaders() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getReaders() - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Jsii$Proxy
-
- getRegion() - Method in interface software.amazon.awscdk.services.ec2.S3DownloadOptions
-
The region of the S3 Bucket (needed for access via VPC Gateway).
- getRegion() - Method in class software.amazon.awscdk.services.ec2.S3DownloadOptions.Jsii$Proxy
-
- getRegion() - Method in interface software.amazon.awscdk.services.ec2.VpcLookupOptions
-
Optional to override inferred region.
- getRegion() - Method in class software.amazon.awscdk.services.ec2.VpcLookupOptions.Jsii$Proxy
-
- getRegionName() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAM.IpamOperatingRegionProperty
-
The name of the operating Region.
- getRegionName() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM.IpamOperatingRegionProperty.Jsii$Proxy
-
- getRegionName() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery.IpamOperatingRegionProperty
-
The name of the operating Region.
- getRegionName() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery.IpamOperatingRegionProperty.Jsii$Proxy
-
- getRemovalPolicy() - Method in interface software.amazon.awscdk.services.ec2.VolumeProps
-
Policy to apply when the volume is removed from the stack.
- getRemovalPolicy() - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Jsii$Proxy
-
- getRemoveEndDate() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
`AWS::EC2::CapacityReservationFleet.RemoveEndDate`.
- getRemoveEndDate() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps
-
`AWS::EC2::CapacityReservationFleet.RemoveEndDate`.
- getRemoveEndDate() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps.Jsii$Proxy
-
- getRemoveSubnetIds() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The IDs of one or more subnets to remove.
- getRemoveSubnetIds() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps
-
The IDs of one or more subnets to remove.
- getRemoveSubnetIds() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps.Jsii$Proxy
-
- getReplacementStrategy() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.CapacityRebalanceProperty
-
The replacement strategy to use.
- getReplacementStrategy() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.CapacityRebalanceProperty.Jsii$Proxy
-
- getReplacementStrategy() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotCapacityRebalanceProperty
-
The replacement strategy to use.
- getReplacementStrategy() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotCapacityRebalanceProperty.Jsii$Proxy
-
- getReplaceUnhealthyInstances() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
- getReplaceUnhealthyInstances() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
- getReplaceUnhealthyInstances() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getReplaceUnhealthyInstances() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
Indicates whether Spot Fleet should replace unhealthy instances.
- getReplaceUnhealthyInstances() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getRequestType() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions
-
The Spot Instance request type.
- getRequestType() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions.Jsii$Proxy
-
- getRequireHibernateSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
Indicates whether instance types must support hibernation for On-Demand Instances.
- getRequireHibernateSupport() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getRequireHibernateSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
Indicates whether instance types must support hibernation for On-Demand Instances.
- getRequireHibernateSupport() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getRequireHibernateSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
Indicates whether instance types must support hibernation for On-Demand Instances.
- getRequireHibernateSupport() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getRequireImdsv2() - Method in interface software.amazon.awscdk.services.ec2.BastionHostLinuxProps
-
Whether IMDSv2 should be required on this instance.
- getRequireImdsv2() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Jsii$Proxy
-
- getRequireImdsv2() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Whether IMDSv2 should be required on this instance.
- getRequireImdsv2() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getRequireImdsv2() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
Whether IMDSv2 should be required on launched instances.
- getRequireImdsv2() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getReserved() - Method in interface software.amazon.awscdk.services.ec2.SubnetConfiguration
-
Controls if subnet IP space needs to be reserved.
- getReserved() - Method in class software.amazon.awscdk.services.ec2.SubnetConfiguration.Jsii$Proxy
-
- getResourceDiscoveryAssociationCount() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The IPAM's resource discovery association count.
- getResourceDiscoveryAssociationCount() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMProps
-
The IPAM's resource discovery association count.
- getResourceDiscoveryAssociationCount() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMProps.Jsii$Proxy
-
- getResourceId() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The ID of the resource to monitor.
- getResourceId() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLogProps
-
The ID of the resource to monitor.
- getResourceId() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLogProps.Jsii$Proxy
-
- getResourceId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty
-
The ID of the resource for the route attachment.
- getResourceId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Jsii$Proxy
-
- getResourceId() - Method in class software.amazon.awscdk.services.ec2.FlowLogResourceType
-
The Id of the resource that the flow log should be attached to.
- getResources() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.ResourceStatementRequestProperty
-
The resources.
- getResources() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.ResourceStatementRequestProperty.Jsii$Proxy
-
- getResourceSignalTimeout() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
The length of time to wait for the resourceSignalCount.
- getResourceSignalTimeout() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getResourceStatement() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PathStatementRequestProperty
-
The resource statement.
- getResourceStatement() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PathStatementRequestProperty.Jsii$Proxy
-
- getResourceStatement() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty
-
The resource statement.
- getResourceStatement() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty.Jsii$Proxy
-
- getResourceType() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservation.TagSpecificationProperty
-
The type of resource to tag.
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation.TagSpecificationProperty.Jsii$Proxy
-
- getResourceType() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.TagSpecificationProperty
-
The type of resource to tag on creation.
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.TagSpecificationProperty.Jsii$Proxy
-
- getResourceType() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.TagSpecificationProperty
-
The type of resource to tag.
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.TagSpecificationProperty.Jsii$Proxy
-
- getResourceType() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.TagSpecificationProperty
-
The type of resource to tag.
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.TagSpecificationProperty.Jsii$Proxy
-
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The type of resource to monitor.
- getResourceType() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLogProps
-
The type of resource to monitor.
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLogProps.Jsii$Proxy
-
- getResourceType() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty
-
The type of resource.
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty.Jsii$Proxy
-
- getResourceType() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.TagSpecificationProperty
-
The type of resource to tag.
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.TagSpecificationProperty.Jsii$Proxy
-
- getResourceType() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty
-
The resource type for the route attachment.
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Jsii$Proxy
-
- getResourceType() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetTagSpecificationProperty
-
The type of resource.
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetTagSpecificationProperty.Jsii$Proxy
-
- getResourceType() - Method in interface software.amazon.awscdk.services.ec2.FlowLogProps
-
The type of resource for which to create the flow log.
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.FlowLogProps.Jsii$Proxy
-
- getResourceType() - Method in class software.amazon.awscdk.services.ec2.FlowLogResourceType
-
The type of resource to attach a flow log to.
- getResourceTypes() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.ResourceStatementRequestProperty
-
The resource types.
- getResourceTypes() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.ResourceStatementRequestProperty.Jsii$Proxy
-
- getRole() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux
-
The IAM role assumed by the instance.
- getRole() - Method in class software.amazon.awscdk.services.ec2.Instance
-
The IAM role assumed by the instance.
- getRole() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
An IAM role to associate with the instance profile assigned to this Auto Scaling Group.
- getRole() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getRole() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
IAM Role assumed by instances that are launched from this template.
- getRole() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
An IAM role to associate with the instance profile that is used by instances.
- getRole() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getRoleArn() - Method in class software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociation
-
The ARN of the IAM role to associate with the ACM certificate.
- getRoleArn() - Method in interface software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociationProps
-
The ARN of the IAM role to associate with the ACM certificate.
- getRoleArn() - Method in class software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociationProps.Jsii$Proxy
-
- getRouteOrigin() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty
-
The route origin.
- getRouteOrigin() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Jsii$Proxy
-
- getRouterId() - Method in interface software.amazon.awscdk.services.ec2.AddRouteOptions
-
The ID of the router.
- getRouterId() - Method in class software.amazon.awscdk.services.ec2.AddRouteOptions.Jsii$Proxy
-
- getRouterType() - Method in interface software.amazon.awscdk.services.ec2.AddRouteOptions
-
What type of router to route this traffic to.
- getRouterType() - Method in class software.amazon.awscdk.services.ec2.AddRouteOptions.Jsii$Proxy
-
- getRouteTable() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The route table.
- getRouteTable() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getRouteTable() - Method in interface software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Default
-
The route table for this subnet.
- getRouteTable() - Method in class software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Proxy
-
The route table for this subnet.
- getRouteTable() - Method in interface software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Default
-
The route table for this subnet.
- getRouteTable() - Method in class software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Proxy
-
The route table for this subnet.
- getRouteTable() - Method in interface software.amazon.awscdk.services.ec2.ISubnet
-
The route table for this subnet.
- getRouteTable() - Method in interface software.amazon.awscdk.services.ec2.ISubnet.Jsii$Default
-
The route table for this subnet.
- getRouteTable() - Method in class software.amazon.awscdk.services.ec2.ISubnet.Jsii$Proxy
-
The route table for this subnet.
- getRouteTable() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
The routeTableId attached to this subnet.
- getRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociation
-
The ID of the route table.
- getRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociationProps
-
The ID of the route table.
- getRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociationProps.Jsii$Proxy
-
- getRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of the route table.
- getRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The ID of the route table.
- getRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociation
-
The ID of the route table.
- getRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociationProps
-
The ID of the route table.
- getRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociationProps.Jsii$Proxy
-
- getRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.IRouteTable
-
Route table ID.
- getRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.IRouteTable.Jsii$Default
-
Route table ID.
- getRouteTableId() - Method in class software.amazon.awscdk.services.ec2.IRouteTable.Jsii$Proxy
-
Route table ID.
- getRouteTableId() - Method in class software.amazon.awscdk.services.ec2.PrivateSubnetAttributes.Jsii$Proxy
-
- getRouteTableId() - Method in class software.amazon.awscdk.services.ec2.PublicSubnetAttributes.Jsii$Proxy
-
- getRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.SubnetAttributes
-
The ID of the route table for this particular subnet.
- getRouteTableId() - Method in class software.amazon.awscdk.services.ec2.SubnetAttributes.Jsii$Proxy
-
- getRouteTableIds() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The IDs of the route tables.
- getRouteTableIds() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointProps
-
The IDs of the route tables.
- getRouteTableIds() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointProps.Jsii$Proxy
-
- getRouteTableIds() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGatewayRoutePropagation
-
The ID of the route table.
- getRouteTableIds() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNGatewayRoutePropagationProps
-
The ID of the route table.
- getRouteTableIds() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGatewayRoutePropagationProps.Jsii$Proxy
-
- getRouteTableRoute() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The route table route.
- getRouteTableRoute() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getRouteTableRoute() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The route table route.
- getRouteTableRoute() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getRuleAction() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
Whether to allow or deny traffic that matches the rule;
- getRuleAction() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps
-
Whether to allow or deny traffic that matches the rule;
- getRuleAction() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps.Jsii$Proxy
-
- getRuleAction() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
-
Indicates whether to allow or deny traffic that matches the rule.
- getRuleAction() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
-
- getRuleAction() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The action to take on the filtered traffic.
- getRuleAction() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps
-
The action to take on the filtered traffic.
- getRuleAction() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Jsii$Proxy
-
- getRuleAction() - Method in interface software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions
-
Whether to allow or deny traffic that matches the rule; valid values are "allow" or "deny".
- getRuleAction() - Method in class software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions.Jsii$Proxy
-
- getRuleAction() - Method in class software.amazon.awscdk.services.ec2.NetworkAclEntryProps.Jsii$Proxy
-
- getRuleNumber() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
Rule number to assign to the entry, such as 100.
- getRuleNumber() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps
-
Rule number to assign to the entry, such as 100.
- getRuleNumber() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntryProps.Jsii$Proxy
-
- getRuleNumber() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
-
The rule number.
- getRuleNumber() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
-
- getRuleNumber() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The number of the Traffic Mirror rule.
- getRuleNumber() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps
-
The number of the Traffic Mirror rule.
- getRuleNumber() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Jsii$Proxy
-
- getRuleNumber() - Method in interface software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions
-
Rule number to assign to the entry, such as 100.
- getRuleNumber() - Method in class software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions.Jsii$Proxy
-
- getRuleNumber() - Method in class software.amazon.awscdk.services.ec2.NetworkAclEntryProps.Jsii$Proxy
-
- getS3Bucket() - Method in interface software.amazon.awscdk.services.ec2.FlowLogDestinationConfig
-
S3 bucket to publish the flow logs to.
- getS3Bucket() - Method in class software.amazon.awscdk.services.ec2.FlowLogDestinationConfig.Jsii$Proxy
-
- getSamlProviderArn() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty
-
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
- getSamlProviderArn() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Jsii$Proxy
-
- getSecondaryAllocationIds() - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
Secondary EIP allocation IDs.
- getSecondaryAllocationIds() - Method in interface software.amazon.awscdk.services.ec2.CfnNatGatewayProps
-
Secondary EIP allocation IDs.
- getSecondaryAllocationIds() - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Jsii$Proxy
-
- getSecondaryPrivateIpAddressCount() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
The number of secondary private IPv4 addresses.
- getSecondaryPrivateIpAddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getSecondaryPrivateIpAddressCount() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
The number of secondary private IPv4 addresses to assign to a network interface.
- getSecondaryPrivateIpAddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getSecondaryPrivateIpAddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.
- getSecondaryPrivateIpAddressCount() - Method in interface software.amazon.awscdk.services.ec2.CfnNatGatewayProps
-
[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.
- getSecondaryPrivateIpAddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Jsii$Proxy
-
- getSecondaryPrivateIpAddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The number of secondary private IPv4 addresses to assign to a network interface.
- getSecondaryPrivateIpAddressCount() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps
-
The number of secondary private IPv4 addresses to assign to a network interface.
- getSecondaryPrivateIpAddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Jsii$Proxy
-
- getSecondaryPrivateIpAddressCount() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
The number of secondary private IPv4 addresses.
- getSecondaryPrivateIpAddressCount() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
- getSecondaryPrivateIpAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
Secondary private IPv4 addresses.
- getSecondaryPrivateIpAddresses() - Method in interface software.amazon.awscdk.services.ec2.CfnNatGatewayProps
-
Secondary private IPv4 addresses.
- getSecondaryPrivateIpAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Jsii$Proxy
-
- getSecurityGroup() - Method in interface software.amazon.awscdk.services.ec2.BastionHostLinuxProps
-
Security Group to assign to this instance.
- getSecurityGroup() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Jsii$Proxy
-
- getSecurityGroup() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The security group.
- getSecurityGroup() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getSecurityGroup() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Security Group to assign to this instance.
- getSecurityGroup() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getSecurityGroup() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
Security group to assign to instances created with the launch template.
- getSecurityGroup() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getSecurityGroup() - Method in interface software.amazon.awscdk.services.ec2.NatInstanceProps
-
Security Group for NAT instances.
- getSecurityGroup() - Method in class software.amazon.awscdk.services.ec2.NatInstanceProps.Jsii$Proxy
-
- getSecurityGroup() - Method in class software.amazon.awscdk.services.ec2.NatInstanceProvider
-
The Security Group associated with the NAT instances.
- getSecurityGroupEgress() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
[VPC only] The outbound rules associated with the security group.
- getSecurityGroupEgress() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupProps
-
[VPC only] The outbound rules associated with the security group.
- getSecurityGroupEgress() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Jsii$Proxy
-
- getSecurityGroupId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty
-
The security group ID.
- getSecurityGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Jsii$Proxy
-
- getSecurityGroupId() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpoint
-
- getSecurityGroupId() - Method in interface software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAttributes
-
- getSecurityGroupId() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAttributes.Jsii$Proxy
-
- getSecurityGroupId() - Method in interface software.amazon.awscdk.services.ec2.ISecurityGroup
-
ID for the current security group.
- getSecurityGroupId() - Method in interface software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Default
-
ID for the current security group.
- getSecurityGroupId() - Method in class software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Proxy
-
ID for the current security group.
- getSecurityGroupId() - Method in class software.amazon.awscdk.services.ec2.SecurityGroup
-
The ID of the security group.
- getSecurityGroupIds() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The IDs of one or more security groups to apply to the target network.
- getSecurityGroupIds() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
The IDs of one or more security groups to apply to the target network.
- getSecurityGroupIds() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getSecurityGroupIds() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The IDs of the security groups.
- getSecurityGroupIds() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The IDs of the security groups.
- getSecurityGroupIds() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getSecurityGroupIds() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
One or more security group IDs.
- getSecurityGroupIds() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getSecurityGroupIds() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The IDs of the security groups to associate with the endpoint network interfaces.
- getSecurityGroupIds() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointProps
-
The IDs of the security groups to associate with the endpoint network interfaces.
- getSecurityGroupIds() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointProps.Jsii$Proxy
-
- getSecurityGroupIngress() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
The inbound rules associated with the security group.
- getSecurityGroupIngress() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupProps
-
The inbound rules associated with the security group.
- getSecurityGroupIngress() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Jsii$Proxy
-
- getSecurityGroupName() - Method in class software.amazon.awscdk.services.ec2.SecurityGroup
-
- getSecurityGroupName() - Method in interface software.amazon.awscdk.services.ec2.SecurityGroupProps
-
The name of the security group.
- getSecurityGroupName() - Method in class software.amazon.awscdk.services.ec2.SecurityGroupProps.Jsii$Proxy
-
- getSecurityGroupRule() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The security group rule.
- getSecurityGroupRule() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getSecurityGroupRule() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The security group rule.
- getSecurityGroupRule() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
[EC2-Classic, default VPC] The names of the security groups.
- getSecurityGroups() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
[EC2-Classic, default VPC] The names of the security groups.
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getSecurityGroups() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
One or more security group names.
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getSecurityGroups() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The security groups.
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getSecurityGroups() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
One or more security groups.
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getSecurityGroups() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointAttributes
-
The security groups associated with the endpoint.
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointAttributes.Jsii$Proxy
-
- getSecurityGroups() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
The security groups to apply to the target network.
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.Connections
-
- getSecurityGroups() - Method in interface software.amazon.awscdk.services.ec2.ConnectionsProps
-
What securityGroup(s) this object is managing connections for.
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.ConnectionsProps.Jsii$Proxy
-
- getSecurityGroups() - Method in interface software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAttributes
-
The security groups associated with the interface VPC endpoint.
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAttributes.Jsii$Proxy
-
- getSecurityGroups() - Method in interface software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions
-
The security groups to associate with this interface VPC endpoint.
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions.Jsii$Proxy
-
- getSecurityGroups() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps.Jsii$Proxy
-
- getSecurityGroupVpcId() - Method in class software.amazon.awscdk.services.ec2.SecurityGroup
-
The VPC ID this security group is part of.
- getSelfServicePortal() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Specify whether to enable the self-service portal for the Client VPN endpoint.
- getSelfServicePortal() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
Specify whether to enable the self-service portal for the Client VPN endpoint.
- getSelfServicePortal() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getSelfServicePortal() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
Specify whether to enable the self-service portal for the Client VPN endpoint.
- getSelfServicePortal() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getSelfServicePortal() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getSelfServiceSamlProviderArn() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty
-
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
- getSelfServiceSamlProviderArn() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Jsii$Proxy
-
- getSequenceNumber() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The sequence number.
- getSequenceNumber() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getServerCertificateArn() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The ARN of the server certificate.
- getServerCertificateArn() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
The ARN of the server certificate.
- getServerCertificateArn() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getServerCertificateArn() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
The ARN of the server certificate.
- getServerCertificateArn() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getServerCertificateArn() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getService() - Method in interface software.amazon.awscdk.services.ec2.GatewayVpcEndpointOptions
-
The service to use for this gateway VPC endpoint.
- getService() - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpointOptions.Jsii$Proxy
-
- getService() - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpointProps.Jsii$Proxy
-
- getService() - Method in interface software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions
-
The service to use for this interface VPC endpoint.
- getService() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions.Jsii$Proxy
-
- getService() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps.Jsii$Proxy
-
- getServiceId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotification
-
The ID of the endpoint service.
- getServiceId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps
-
The ID of the endpoint service.
- getServiceId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps.Jsii$Proxy
-
- getServiceId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissions
-
The ID of the service.
- getServiceId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissionsProps
-
The ID of the service.
- getServiceId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissionsProps.Jsii$Proxy
-
- getServiceName() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The service name.
- getServiceName() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointProps
-
The service name.
- getServiceName() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointProps.Jsii$Proxy
-
- getServiceRestartHandle() - Method in interface software.amazon.awscdk.services.ec2.InitServiceOptions
-
Restart service when the actions registered into the restartHandle have been performed.
- getServiceRestartHandle() - Method in class software.amazon.awscdk.services.ec2.InitServiceOptions.Jsii$Proxy
-
- getServiceRestartHandles() - Method in interface software.amazon.awscdk.services.ec2.InitCommandOptions
-
Restart the given service(s) after this command has run.
- getServiceRestartHandles() - Method in class software.amazon.awscdk.services.ec2.InitCommandOptions.Jsii$Proxy
-
- getServiceRestartHandles() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getServiceRestartHandles() - Method in interface software.amazon.awscdk.services.ec2.InitFileOptions
-
Restart the given service after this file has been written.
- getServiceRestartHandles() - Method in class software.amazon.awscdk.services.ec2.InitFileOptions.Jsii$Proxy
-
- getServiceRestartHandles() - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Jsii$Proxy
-
- getServiceRestartHandles() - Method in interface software.amazon.awscdk.services.ec2.InitSourceOptions
-
Restart the given services after this archive has been extracted.
- getServiceRestartHandles() - Method in class software.amazon.awscdk.services.ec2.InitSourceOptions.Jsii$Proxy
-
- getServiceRestartHandles() - Method in interface software.amazon.awscdk.services.ec2.LocationPackageOptions
-
Restart the given service after this command has run.
- getServiceRestartHandles() - Method in class software.amazon.awscdk.services.ec2.LocationPackageOptions.Jsii$Proxy
-
- getServiceRestartHandles() - Method in interface software.amazon.awscdk.services.ec2.NamedPackageOptions
-
Restart the given services after this command has run.
- getServiceRestartHandles() - Method in class software.amazon.awscdk.services.ec2.NamedPackageOptions.Jsii$Proxy
-
- getSessionNumber() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions.
- getSessionNumber() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps
-
The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions.
- getSessionNumber() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps.Jsii$Proxy
-
- getSessionTimeout() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
The maximum VPN session duration time.
- getSessionTimeout() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getSessionTimeout() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getSessionTimeoutHours() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The maximum VPN session duration time in hours.
- getSessionTimeoutHours() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
The maximum VPN session duration time in hours.
- getSessionTimeoutHours() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getShebang() - Method in interface software.amazon.awscdk.services.ec2.LinuxUserDataOptions
-
Shebang for the UserData script.
- getShebang() - Method in class software.amazon.awscdk.services.ec2.LinuxUserDataOptions.Jsii$Proxy
-
- getSignalResource() - Method in interface software.amazon.awscdk.services.ec2.AttachInitOptions
-
When provided, signals this resource instead of the attached resource.
- getSignalResource() - Method in class software.amazon.awscdk.services.ec2.AttachInitOptions.Jsii$Proxy
-
- getSingleAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty
-
Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.
- getSingleAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty.Jsii$Proxy
-
- getSingleAvailabilityZone() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty
-
Indicates that the fleet launches all Spot Instances into a single Availability Zone.
- getSingleAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Jsii$Proxy
-
- getSingleInstanceType() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty
-
Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.
- getSingleInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty.Jsii$Proxy
-
- getSingleInstanceType() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty
-
Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet.
- getSingleInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Jsii$Proxy
-
- getSize() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The size of the volume, in GiBs.
- getSize() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
The size of the volume, in GiBs.
- getSize() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getSize() - Method in interface software.amazon.awscdk.services.ec2.VolumeProps
-
The size of the volume, in GiBs.
- getSize() - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Jsii$Proxy
-
- getSnapshotId() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty
-
The ID of the snapshot.
- getSnapshotId() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty.Jsii$Proxy
-
- getSnapshotId() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty
-
The ID of the snapshot.
- getSnapshotId() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty.Jsii$Proxy
-
- getSnapshotId() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty
-
The ID of the snapshot.
- getSnapshotId() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty.Jsii$Proxy
-
- getSnapshotId() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The snapshot from which to create the volume.
- getSnapshotId() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
The snapshot from which to create the volume.
- getSnapshotId() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getSnapshotId() - Method in interface software.amazon.awscdk.services.ec2.EbsDeviceProps
-
The snapshot ID of the volume to use.
- getSnapshotId() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceProps.Jsii$Proxy
-
- getSnapshotId() - Method in interface software.amazon.awscdk.services.ec2.VolumeProps
-
The snapshot from which to create the volume.
- getSnapshotId() - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Jsii$Proxy
-
- getSource() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty
-
The source.
- getSource() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Jsii$Proxy
-
- getSource() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The AWS resource that is the source of the path.
- getSource() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps
-
The AWS resource that is the source of the path.
- getSource() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps.Jsii$Proxy
-
- getSource() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscription
-
The Region or Availability Zone that's the source for the subscription.
- getSource() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscriptionProps
-
The Region or Availability Zone that's the source for the subscription.
- getSource() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscriptionProps.Jsii$Proxy
-
- getSourceAddresses() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty
-
The source addresses.
- getSourceAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Jsii$Proxy
-
- getSourceAddresses() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty
-
The source addresses.
- getSourceAddresses() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Jsii$Proxy
-
- getSourceCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The source CIDR block to assign to the Traffic Mirror rule.
- getSourceCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps
-
The source CIDR block to assign to the Traffic Mirror rule.
- getSourceCidrBlock() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Jsii$Proxy
-
- getSourceDestCheck() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- getSourceDestCheck() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- getSourceDestCheck() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getSourceDestCheck() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- getSourceDestCheck() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- getSourceDestCheck() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Jsii$Proxy
-
- getSourceDestCheck() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Specifies whether to enable an instance launched in a VPC to perform NAT.
- getSourceDestCheck() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getSourceHash() - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Jsii$Proxy
-
- getSourceHash() - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Jsii$Proxy
-
- getSourceIp() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The IP address of the AWS resource that is the source of the path.
- getSourceIp() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps
-
The IP address of the AWS resource that is the source of the path.
- getSourceIp() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps.Jsii$Proxy
-
- getSourceIpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The ID of the source IPAM pool.
- getSourceIpamPoolId() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
The ID of the source IPAM pool.
- getSourceIpamPoolId() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getSourcePortRange() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The source port range.
- getSourcePortRange() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps
-
The source port range.
- getSourcePortRange() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Jsii$Proxy
-
- getSourcePortRanges() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty
-
The source port ranges.
- getSourcePortRanges() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Jsii$Proxy
-
- getSourcePorts() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty
-
The source ports.
- getSourcePorts() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Jsii$Proxy
-
- getSourcePrefixListId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty
-
[EC2-VPC only] The ID of a prefix list.
- getSourcePrefixListId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Jsii$Proxy
-
- getSourcePrefixListId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
[EC2-VPC only] The ID of a prefix list.
- getSourcePrefixListId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
[EC2-VPC only] The ID of a prefix list.
- getSourcePrefixListId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getSourcePrefixLists() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty
-
The source prefix lists.
- getSourcePrefixLists() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Jsii$Proxy
-
- getSourceSecurityGroupId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty
-
The ID of the security group.
- getSourceSecurityGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Jsii$Proxy
-
- getSourceSecurityGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The ID of the security group.
- getSourceSecurityGroupId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
The ID of the security group.
- getSourceSecurityGroupId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getSourceSecurityGroupName() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty
-
[EC2-Classic, default VPC] The name of the source security group.
- getSourceSecurityGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Jsii$Proxy
-
- getSourceSecurityGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
[EC2-Classic, default VPC] The name of the source security group.
- getSourceSecurityGroupName() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
[EC2-Classic, default VPC] The name of the source security group.
- getSourceSecurityGroupName() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getSourceSecurityGroupOwnerId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty
-
[nondefault VPC] The AWS account ID for the source security group, if the source security group is in a different account.
- getSourceSecurityGroupOwnerId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Jsii$Proxy
-
- getSourceSecurityGroupOwnerId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
[nondefault VPC] The AWS account ID for the source security group, if the source security group is in a different account.
- getSourceSecurityGroupOwnerId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
[nondefault VPC] The AWS account ID for the source security group, if the source security group is in a different account.
- getSourceSecurityGroupOwnerId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getSourceVpc() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The source VPC.
- getSourceVpc() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getSourceVpc() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The source VPC.
- getSourceVpc() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getSplitTunnel() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
- getSplitTunnel() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
- getSplitTunnel() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getSplitTunnel() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
- getSplitTunnel() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getSplitTunnel() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getSpotFleetRequestConfigData() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet
-
Describes the configuration of a Spot Fleet request.
- getSpotFleetRequestConfigData() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleetProps
-
Describes the configuration of a Spot Fleet request.
- getSpotFleetRequestConfigData() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleetProps.Jsii$Proxy
-
- getSpotInstanceType() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.SpotOptionsProperty
-
The Spot Instance request type.
- getSpotInstanceType() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.SpotOptionsProperty.Jsii$Proxy
-
- getSpotMaintenanceStrategies() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.
- getSpotMaintenanceStrategies() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getSpotMaxPricePercentageOverLowestPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The price protection threshold for Spot Instance.
- getSpotMaxPricePercentageOverLowestPrice() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getSpotMaxPricePercentageOverLowestPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The price protection threshold for Spot Instances.
- getSpotMaxPricePercentageOverLowestPrice() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getSpotMaxPricePercentageOverLowestPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The price protection threshold for Spot Instance.
- getSpotMaxPricePercentageOverLowestPrice() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getSpotMaxTotalPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The maximum amount per hour for Spot Instances that you're willing to pay.
- getSpotMaxTotalPrice() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getSpotOptions() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Describes the configuration of Spot Instances in an EC2 Fleet.
- getSpotOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
Describes the configuration of Spot Instances in an EC2 Fleet.
- getSpotOptions() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getSpotOptions() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceMarketOptionsProperty
-
The options for Spot Instances.
- getSpotOptions() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceMarketOptionsProperty.Jsii$Proxy
-
- getSpotOptions() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
If this property is defined, then the Launch Template's InstanceMarketOptions will be set to use Spot instances, and the options for the Spot instances will be as defined.
- getSpotOptions() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getSpotPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty
-
The maximum price per unit hour that you are willing to pay for a Spot Instance.
- getSpotPrice() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty.Jsii$Proxy
-
- getSpotPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The maximum price per unit hour that you are willing to pay for a Spot Instance.
- getSpotPrice() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getSpotPrice() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The maximum price per unit hour that you are willing to pay for a Spot Instance.
- getSpotPrice() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getSpotTargetCapacity() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.TargetCapacitySpecificationRequestProperty
-
The number of Spot units to request.
- getSpotTargetCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.Jsii$Proxy
-
- getSpreadDomain() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty
-
Reserved for future use.
- getSpreadDomain() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty.Jsii$Proxy
-
- getSpreadDomain() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty
-
Reserved for future use.
- getSpreadDomain() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
-
- getSpreadLevel() - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroup
-
Determines how placement groups spread instances.
- getSpreadLevel() - Method in interface software.amazon.awscdk.services.ec2.CfnPlacementGroupProps
-
Determines how placement groups spread instances.
- getSpreadLevel() - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroupProps.Jsii$Proxy
-
- getSsmAssociations() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The SSM [document](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html) and parameter values in AWS Systems Manager to associate with this instance.
- getSsmAssociations() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The SSM [document](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html) and parameter values in AWS Systems Manager to associate with this instance.
- getSsmAssociations() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getStack() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IFlowLog.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IFlowLog.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IGatewayVpcEndpoint.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IGatewayVpcEndpoint.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IInstance.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IInstance.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.INetworkAcl.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.INetworkAcl.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.INetworkAclEntry.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.INetworkAclEntry.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.ISubnet.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.ISubnet.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.ISubnetNetworkAclAssociation.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.ISubnetNetworkAclAssociation.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IVolume.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpoint.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IVpcEndpoint.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpointService.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IVpcEndpointService.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Proxy
-
The stack in which this resource is defined.
- getStack() - Method in interface software.amazon.awscdk.services.ec2.IVpnGateway.Jsii$Default
-
The stack in which this resource is defined.
- getStack() - Method in class software.amazon.awscdk.services.ec2.IVpnGateway.Jsii$Proxy
-
The stack in which this resource is defined.
- getState() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
The state.
- getState() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
-
- getState() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The state.
- getState() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getState() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty
-
The state of the route.
- getState() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Jsii$Proxy
-
- getStaticRoutes() - Method in interface software.amazon.awscdk.services.ec2.VpnConnectionOptions
-
The static routes to be routed from the VPN gateway to the customer gateway.
- getStaticRoutes() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionOptions.Jsii$Proxy
-
- getStaticRoutes() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionProps.Jsii$Proxy
-
- getStaticRoutesOnly() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
Indicates whether the VPN connection uses static routes only.
- getStaticRoutesOnly() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNConnectionProps
-
Indicates whether the VPN connection uses static routes only.
- getStaticRoutesOnly() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionProps.Jsii$Proxy
-
- getStaticSourcesSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain.OptionsProperty
-
Specify whether to enable support for statically configuring multicast group sources for a domain.
- getStaticSourcesSupport() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain.OptionsProperty.Jsii$Proxy
-
- getStatistic() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscription
-
The statistic used for the subscription.
- getStatistic() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscriptionProps
-
The statistic used for the subscription.
- getStatistic() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscriptionProps.Jsii$Proxy
-
- getStorage() - Method in interface software.amazon.awscdk.services.ec2.AmazonLinuxImageProps
-
What storage backed image to use.
- getStorage() - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImageProps.Jsii$Proxy
-
- getStrategy() - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroup
-
The placement strategy.
- getStrategy() - Method in interface software.amazon.awscdk.services.ec2.CfnPlacementGroupProps
-
The placement strategy.
- getStrategy() - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroupProps.Jsii$Proxy
-
- getStringRepresentation() - Method in interface software.amazon.awscdk.services.ec2.PortProps
-
String representation for this object.
- getStringRepresentation() - Method in class software.amazon.awscdk.services.ec2.PortProps.Jsii$Proxy
-
- getSubnet() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The subnet.
- getSubnet() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getSubnet() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The subnet.
- getSubnet() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getSubnet() - Method in class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociation
-
ID of the Subnet.
- getSubnet() - Method in interface software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociationProps
-
ID of the Subnet.
- getSubnet() - Method in class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociationProps.Jsii$Proxy
-
- getSubnetAvailabilityZone() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
- getSubnetConfiguration() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
Configure the subnets to build for each AZ.
- getSubnetConfiguration() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getSubnetFilters() - Method in interface software.amazon.awscdk.services.ec2.SubnetSelection
-
List of provided subnet filters.
- getSubnetFilters() - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Jsii$Proxy
-
- getSubnetGroupName() - Method in interface software.amazon.awscdk.services.ec2.SubnetSelection
-
Select the subnet group with the given name.
- getSubnetGroupName() - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Jsii$Proxy
-
- getSubnetGroupNameTag() - Method in interface software.amazon.awscdk.services.ec2.VpcLookupOptions
-
Optional tag for subnet group name.
- getSubnetGroupNameTag() - Method in class software.amazon.awscdk.services.ec2.VpcLookupOptions.Jsii$Proxy
-
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnTargetNetworkAssociation
-
The ID of the subnet to associate with the Client VPN endpoint.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnTargetNetworkAssociationProps
-
The ID of the subnet to associate with the Client VPN endpoint.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnTargetNetworkAssociationProps.Jsii$Proxy
-
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty
-
The IDs of the subnets in which to launch the instances.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Jsii$Proxy
-
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
[EC2-VPC] The ID of the subnet to launch the instance into.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty
-
The ID of the subnet associated with the network interface.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Jsii$Proxy
-
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
[EC2-VPC] The ID of the subnet to launch the instance into.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty
-
The ID of the subnet for the network interface.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Jsii$Proxy
-
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
The ID of the subnet in which the NAT gateway is located.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnNatGatewayProps
-
The ID of the subnet in which the NAT gateway is located.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Jsii$Proxy
-
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The ID of the subnet to associate with the network interface.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps
-
The ID of the subnet to associate with the network interface.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Jsii$Proxy
-
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty
-
The ID of the subnet associated with the network interface.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Jsii$Proxy
-
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty
-
The ID of the subnet in which to launch the instances.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty.Jsii$Proxy
-
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The IDs of the subnets in which to launch the instances.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetCidrBlock
-
The ID of the subnet.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetCidrBlockProps
-
The ID of the subnet.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetCidrBlockProps.Jsii$Proxy
-
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociation
-
The ID of the subnet.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociationProps
-
The ID of the subnet.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociationProps.Jsii$Proxy
-
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociation
-
The ID of the subnet.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociationProps
-
The ID of the subnet.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociationProps.Jsii$Proxy
-
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociation
-
The IDs of the subnets to associate with the transit gateway multicast domain.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociationProps
-
The IDs of the subnets to associate with the transit gateway multicast domain.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociationProps.Jsii$Proxy
-
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.ClientVpnRouteTarget
-
The subnet ID.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Default
-
The subnetId for this particular subnet.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.IPrivateSubnet.Jsii$Proxy
-
The subnetId for this particular subnet.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Default
-
The subnetId for this particular subnet.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.IPublicSubnet.Jsii$Proxy
-
The subnetId for this particular subnet.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.ISubnet
-
The subnetId for this particular subnet.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.ISubnet.Jsii$Default
-
The subnetId for this particular subnet.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.ISubnet.Jsii$Proxy
-
The subnetId for this particular subnet.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.PrivateSubnetAttributes.Jsii$Proxy
-
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.PublicSubnetAttributes.Jsii$Proxy
-
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
The subnetId for this particular subnet.
- getSubnetId() - Method in interface software.amazon.awscdk.services.ec2.SubnetAttributes
-
The subnetId for this particular subnet.
- getSubnetId() - Method in class software.amazon.awscdk.services.ec2.SubnetAttributes.Jsii$Proxy
-
- getSubnetIds() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment
-
The IDs of one or more subnets.
- getSubnetIds() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps
-
The IDs of one or more subnets.
- getSubnetIds() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps.Jsii$Proxy
-
- getSubnetIds() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The IDs of the subnets.
- getSubnetIds() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps
-
The IDs of the subnets.
- getSubnetIds() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps.Jsii$Proxy
-
- getSubnetIds() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The IDs of the subnets in which to create endpoint network interfaces.
- getSubnetIds() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointProps
-
The IDs of the subnets in which to create endpoint network interfaces.
- getSubnetIds() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointProps.Jsii$Proxy
-
- getSubnetIds() - Method in interface software.amazon.awscdk.services.ec2.SelectedSubnets
-
The subnet IDs.
- getSubnetIds() - Method in class software.amazon.awscdk.services.ec2.SelectedSubnets.Jsii$Proxy
-
- getSubnetIpv6CidrBlocks() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
- getSubnetName() - Method in interface software.amazon.awscdk.services.ec2.SubnetSelection
-
- getSubnetName() - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Jsii$Proxy
-
- getSubnetNetworkAclAssociationAssociationId() - Method in interface software.amazon.awscdk.services.ec2.ISubnetNetworkAclAssociation
-
ID for the current SubnetNetworkAclAssociation.
- getSubnetNetworkAclAssociationAssociationId() - Method in interface software.amazon.awscdk.services.ec2.ISubnetNetworkAclAssociation.Jsii$Default
-
ID for the current SubnetNetworkAclAssociation.
- getSubnetNetworkAclAssociationAssociationId() - Method in class software.amazon.awscdk.services.ec2.ISubnetNetworkAclAssociation.Jsii$Proxy
-
ID for the current SubnetNetworkAclAssociation.
- getSubnetNetworkAclAssociationAssociationId() - Method in class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociation
-
ID for the current SubnetNetworkAclAssociation.
- getSubnetNetworkAclAssociationId() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
- getSubnetNetworkAclAssociationName() - Method in interface software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociationProps
-
The name of the SubnetNetworkAclAssociation.
- getSubnetNetworkAclAssociationName() - Method in class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociationProps.Jsii$Proxy
-
- getSubnetOutpostArn() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
The Amazon Resource Name (ARN) of the Outpost for this subnet (if one exists).
- getSubnetRouteTable() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The route table for the subnet.
- getSubnetRouteTable() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getSubnets() - Method in interface software.amazon.awscdk.services.ec2.GatewayVpcEndpointOptions
-
Where to add endpoint routing.
- getSubnets() - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpointOptions.Jsii$Proxy
-
- getSubnets() - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpointProps.Jsii$Proxy
-
- getSubnets() - Method in interface software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions
-
The subnets in which to create an endpoint network interface.
- getSubnets() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions.Jsii$Proxy
-
- getSubnets() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps.Jsii$Proxy
-
- getSubnets() - Method in interface software.amazon.awscdk.services.ec2.SelectedSubnets
-
Selected subnet objects.
- getSubnets() - Method in class software.amazon.awscdk.services.ec2.SelectedSubnets.Jsii$Proxy
-
- getSubnets() - Method in interface software.amazon.awscdk.services.ec2.SubnetSelection
-
Explicitly select individual subnets.
- getSubnets() - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Jsii$Proxy
-
- getSubnetSelection() - Method in interface software.amazon.awscdk.services.ec2.BastionHostLinuxProps
-
Select the subnets to run the bastion host in.
- getSubnetSelection() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Jsii$Proxy
-
- getSubnetSelection() - Method in interface software.amazon.awscdk.services.ec2.NetworkAclProps
-
Subnets in the given VPC to associate the ACL with.
- getSubnetSelection() - Method in class software.amazon.awscdk.services.ec2.NetworkAclProps.Jsii$Proxy
-
- getSubnetType() - Method in interface software.amazon.awscdk.services.ec2.SubnetConfiguration
-
The type of Subnet to configure.
- getSubnetType() - Method in class software.amazon.awscdk.services.ec2.SubnetConfiguration.Jsii$Proxy
-
- getSubnetType() - Method in interface software.amazon.awscdk.services.ec2.SubnetSelection
-
Select all subnets of the given type.
- getSubnetType() - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Jsii$Proxy
-
- getSubnetVpcId() - Method in class software.amazon.awscdk.services.ec2.Subnet
-
- getSuppressLaunchTemplateWarning() - Method in interface software.amazon.awscdk.services.ec2.InstanceRequireImdsv2AspectProps
-
Whether warnings that would be raised when an Instance is associated with an existing Launch Template should be suppressed or not.
- getSuppressLaunchTemplateWarning() - Method in class software.amazon.awscdk.services.ec2.InstanceRequireImdsv2AspectProps.Jsii$Proxy
-
- getSuppressWarnings() - Method in class software.amazon.awscdk.services.ec2.InstanceRequireImdsv2Aspect
-
- getSuppressWarnings() - Method in interface software.amazon.awscdk.services.ec2.InstanceRequireImdsv2AspectProps
-
Whether warning annotations from this Aspect should be suppressed or not.
- getSuppressWarnings() - Method in class software.amazon.awscdk.services.ec2.InstanceRequireImdsv2AspectProps.Jsii$Proxy
-
- getSuppressWarnings() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateRequireImdsv2Aspect
-
- getSuppressWarnings() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateRequireImdsv2AspectProps
-
Whether warning annotations from this Aspect should be suppressed or not.
- getSuppressWarnings() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateRequireImdsv2AspectProps.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservation.TagSpecificationProperty
-
The tags to apply to the resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation.TagSpecificationProperty.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.TagSpecificationProperty
-
The tags to apply to the resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.TagSpecificationProperty.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnCarrierGateway
-
The tags assigned to the carrier gateway.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnCarrierGatewayProps
-
The tags assigned to the carrier gateway.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnCarrierGatewayProps.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.TagSpecificationProperty
-
The tags to apply to the resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.TagSpecificationProperty.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGateway
-
One or more tags for the customer gateway.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps
-
One or more tags for the customer gateway.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
Any tags assigned to the DHCP options set.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps
-
Any tags assigned to the DHCP options set.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptionsProps.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.TagSpecificationProperty
-
The tags to apply to the resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.TagSpecificationProperty.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
Any tags assigned to the Elastic IP address.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnEIPProps
-
Any tags assigned to the Elastic IP address.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnEIPProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The tags to apply to the flow logs.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLogProps
-
The tags to apply to the flow logs.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLogProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The tags to add to the instance.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The tags to add to the instance.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnInternetGateway
-
Any tags to assign to the internet gateway.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnInternetGatewayProps
-
Any tags to assign to the internet gateway.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnInternetGatewayProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The key/value combination of a tag assigned to the resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The key/value combination of a tag assigned to the resource.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMPoolProps
-
The key/value combination of a tag assigned to the resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMProps
-
The key/value combination of a tag assigned to the resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
A tag is a label that you assign to an AWS resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
A tag is a label that you assign to an AWS resource.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociationProps
-
A tag is a label that you assign to an AWS resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociationProps.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryProps
-
A tag is a label that you assign to an AWS resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
The key/value combination of a tag assigned to the resource.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnIPAMScopeProps
-
The key/value combination of a tag assigned to the resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScopeProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnKeyPair
-
The tags to apply to the key pair.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnKeyPairProps
-
The tags to apply to the key pair.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnKeyPairProps.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty
-
The tags for the resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateTagSpecificationProperty.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.TagSpecificationProperty
-
The tags to apply to the resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.TagSpecificationProperty.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociation
-
The tags assigned to the association.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociationProps
-
The tags assigned to the association.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociationProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
The tags for the NAT gateway.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnNatGatewayProps
-
The tags for the NAT gateway.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAcl
-
The tags for the network ACL.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclProps
-
The tags for the network ACL.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
The tags.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
The tags.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysisProps
-
The tags.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysisProps.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeProps
-
The tags.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The tags to apply.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysisProps
-
The tags to apply.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysisProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The tags to add to the path.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps
-
The tags to add to the path.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
An arbitrary set of tags (key-value pairs) for this network interface.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps
-
An arbitrary set of tags (key-value pairs) for this network interface.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroup
-
The tags to apply to the new placement group.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnPlacementGroupProps
-
The tags to apply to the new placement group.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroupProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
The tags for the prefix list.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnPrefixListProps
-
The tags for the prefix list.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnPrefixListProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnRouteTable
-
Any tags assigned to the route table.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteTableProps
-
Any tags assigned to the route table.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnRouteTableProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
Any tags assigned to the security group.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupProps
-
Any tags assigned to the security group.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetTagSpecificationProperty
-
The tags.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetTagSpecificationProperty.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Any tags assigned to the subnet.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
Any tags assigned to the subnet.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilter
-
The tags to assign to a Traffic Mirror filter.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterProps
-
The tags to assign to a Traffic Mirror filter.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The tags to assign to a Traffic Mirror session.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps
-
The tags to assign to a Traffic Mirror session.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTarget
-
The tags to assign to the Traffic Mirror target.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps
-
The tags to assign to the Traffic Mirror target.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTargetProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
The tags for the transit gateway.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment
-
The tags for the attachment.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps
-
The tags for the attachment.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect
-
The tags for the attachment.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayConnectProps
-
The tags for the attachment.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnectProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain
-
The tags for the transit gateway multicast domain.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainProps
-
The tags for the transit gateway multicast domain.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The tags for the transit gateway peering attachment.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachmentProps
-
The tags for the transit gateway peering attachment.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachmentProps.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
The tags for the transit gateway.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTable
-
Any tags assigned to the route table.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableProps
-
Any tags assigned to the route table.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The tags for the VPC attachment.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps
-
The tags for the VPC attachment.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The tags to apply to the volume during creation.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
The tags to apply to the volume during creation.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The tags for the VPC.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
Any tags assigned to the resource.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps
-
Any tags assigned to the resource.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps.Jsii$Proxy
-
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCProps
-
The tags for the VPC.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnVPCProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
Any tags assigned to the VPN connection.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNConnectionProps
-
Any tags assigned to the VPN connection.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGateway
-
Any tags assigned to the virtual private gateway.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNGatewayProps
-
Any tags assigned to the virtual private gateway.
- getTags() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGatewayProps.Jsii$Proxy
-
- getTags() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
TagManager for tagging support.
- getTags() - Method in interface software.amazon.awscdk.services.ec2.VpcLookupOptions
-
Tags on the VPC.
- getTags() - Method in class software.amazon.awscdk.services.ec2.VpcLookupOptions.Jsii$Proxy
-
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The tags to apply to the Capacity Reservation during launch.
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
The tags to assign to the Capacity Reservation Fleet.
- getTagSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps
-
The tags to assign to the Capacity Reservation Fleet.
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps.Jsii$Proxy
-
- getTagSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
The tags to apply to the Capacity Reservation during launch.
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The tags to apply to the Client VPN endpoint during creation.
- getTagSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
The tags to apply to the Client VPN endpoint during creation.
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The key-value pair for tagging the EC2 Fleet request on creation.
- getTagSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
The key-value pair for tagging the EC2 Fleet request on creation.
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
The tags to apply to the launch template on creation.
- getTagSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The tags to apply to the resources that are created during instance launch.
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getTagSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplateProps
-
The tags to apply to the launch template on creation.
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplateProps.Jsii$Proxy
-
- getTagSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The tags to apply during creation.
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getTagSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The key-value pair for tagging the Spot Fleet request on creation.
- getTagSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getTarget() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnRouteOptions
-
The target for the route.
- getTarget() - Method in class software.amazon.awscdk.services.ec2.ClientVpnRouteOptions.Jsii$Proxy
-
- getTarget() - Method in class software.amazon.awscdk.services.ec2.ClientVpnRouteProps.Jsii$Proxy
-
- getTargetCapacity() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The number of units to request for the Spot Fleet.
- getTargetCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getTargetCapacitySpecification() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The number of units to request.
- getTargetCapacitySpecification() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
The number of units to request.
- getTargetCapacitySpecification() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getTargetCapacityUnitType() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.TargetCapacitySpecificationRequestProperty
-
The unit for the target capacity.
- getTargetCapacityUnitType() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.Jsii$Proxy
-
- getTargetCapacityUnitType() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The unit for the target capacity.
- getTargetCapacityUnitType() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getTargetGroups() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.TargetGroupsConfigProperty
-
One or more target groups.
- getTargetGroups() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.TargetGroupsConfigProperty.Jsii$Proxy
-
- getTargetGroupsConfig() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.LoadBalancersConfigProperty
-
The target groups.
- getTargetGroupsConfig() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LoadBalancersConfigProperty.Jsii$Proxy
-
- getTargetNetworkCidr() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
- getTargetNetworkCidr() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps
-
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
- getTargetNetworkCidr() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps.Jsii$Proxy
-
- getTargetNetworksAssociated() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpoint
-
Dependable that can be depended upon to force target networks associations.
- getTargetNetworksAssociated() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnEndpoint
-
Dependable that can be depended upon to force target networks associations.
- getTargetNetworksAssociated() - Method in interface software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Default
-
Dependable that can be depended upon to force target networks associations.
- getTargetNetworksAssociated() - Method in class software.amazon.awscdk.services.ec2.IClientVpnEndpoint.Jsii$Proxy
-
Dependable that can be depended upon to force target networks associations.
- getTargetVpcSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRoute
-
The ID of the subnet through which you want to route traffic.
- getTargetVpcSubnetId() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnRouteProps
-
The ID of the subnet through which you want to route traffic.
- getTargetVpcSubnetId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRouteProps.Jsii$Proxy
-
- getTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Indicates the tenancy of the Capacity Reservation.
- getTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
Indicates the tenancy of the Capacity Reservation Fleet.
- getTenancy() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps
-
Indicates the tenancy of the Capacity Reservation Fleet.
- getTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps.Jsii$Proxy
-
- getTenancy() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationProps
-
Indicates the tenancy of the Capacity Reservation.
- getTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationProps.Jsii$Proxy
-
- getTenancy() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty
-
The tenancy of the instance (if the instance is running in a VPC).
- getTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty.Jsii$Proxy
-
- getTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The tenancy of the instance (if the instance is running in a VPC).
- getTenancy() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The tenancy of the instance (if the instance is running in a VPC).
- getTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getTenancy() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty
-
The tenancy of the instance (if the instance is running in a VPC).
- getTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Jsii$Proxy
-
- getTenancy() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotPlacementProperty
-
The tenancy of the instance (if the instance is running in a VPC).
- getTenancy() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotPlacementProperty.Jsii$Proxy
-
- getTerminateInstancesWithExpiration() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Indicates whether running instances should be terminated when the EC2 Fleet expires.
- getTerminateInstancesWithExpiration() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
Indicates whether running instances should be terminated when the EC2 Fleet expires.
- getTerminateInstancesWithExpiration() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getTerminateInstancesWithExpiration() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
Indicates whether running Spot Instances are terminated when the Spot Fleet request expires.
- getTerminateInstancesWithExpiration() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getTerminationDelay() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.CapacityRebalanceProperty
-
The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.
- getTerminationDelay() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.CapacityRebalanceProperty.Jsii$Proxy
-
- getTerminationDelay() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotCapacityRebalanceProperty
-
The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.
- getTerminationDelay() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotCapacityRebalanceProperty.Jsii$Proxy
-
- getTestCmd() - Method in interface software.amazon.awscdk.services.ec2.InitCommandOptions
-
Command to determine whether this command should be run.
- getTestCmd() - Method in class software.amazon.awscdk.services.ec2.InitCommandOptions.Jsii$Proxy
-
- getThreadsPerCore() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.CpuOptionsProperty
-
The number of threads per CPU core.
- getThreadsPerCore() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.CpuOptionsProperty.Jsii$Proxy
-
- getThreadsPerCore() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CpuOptionsProperty
-
The number of threads per CPU core.
- getThreadsPerCore() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.CpuOptionsProperty.Jsii$Proxy
-
- getThroughput() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty
-
The throughput to provision for a `gp3` volume, with a maximum of 1,000 MiB/s.
- getThroughput() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty.Jsii$Proxy
-
- getThroughput() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The throughput to provision for a volume, with a maximum of 1,000 MiB/s.
- getThroughput() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
The throughput to provision for a volume, with a maximum of 1,000 MiB/s.
- getThroughput() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getThroughResources() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty
-
The through resources.
- getThroughResources() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Jsii$Proxy
-
- getTimeout() - Method in interface software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions
-
Timeout waiting for the configuration to be applied.
- getTimeout() - Method in class software.amazon.awscdk.services.ec2.ApplyCloudFormationInitOptions.Jsii$Proxy
-
- getTo() - Method in interface software.amazon.awscdk.services.ec2.AclPortRange
-
The last port in the range.
- getTo() - Method in class software.amazon.awscdk.services.ec2.AclPortRange.Jsii$Proxy
-
- getTo() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntry.PortRangeProperty
-
The last port in the range.
- getTo() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry.PortRangeProperty.Jsii$Proxy
-
- getTo() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PortRangeProperty
-
The last port in the range.
- getTo() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PortRangeProperty.Jsii$Proxy
-
- getToPort() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty
-
If the protocol is TCP or UDP, this is the end of the port range.
- getToPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.EgressProperty.Jsii$Proxy
-
- getToPort() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty
-
If the protocol is TCP or UDP, this is the end of the port range.
- getToPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Jsii$Proxy
-
- getToPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
If the protocol is TCP or UDP, this is the end of the port range.
- getToPort() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps
-
If the protocol is TCP or UDP, this is the end of the port range.
- getToPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps.Jsii$Proxy
-
- getToPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
- getToPort() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps
-
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
- getToPort() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Jsii$Proxy
-
- getToPort() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule.TrafficMirrorPortRangeProperty
-
The end of the Traffic Mirror port range.
- getToPort() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule.TrafficMirrorPortRangeProperty.Jsii$Proxy
-
- getToPort() - Method in interface software.amazon.awscdk.services.ec2.ConnectionRule
-
End of port range for the TCP and UDP protocols, or an ICMP code.
- getToPort() - Method in class software.amazon.awscdk.services.ec2.ConnectionRule.Jsii$Proxy
-
- getToPort() - Method in interface software.amazon.awscdk.services.ec2.PortProps
-
The ending port for the range.
- getToPort() - Method in class software.amazon.awscdk.services.ec2.PortProps.Jsii$Proxy
-
- getTotalLocalStorageGb() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The minimum and maximum amount of total local storage, in GB.
- getTotalLocalStorageGb() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getTotalLocalStorageGb() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The minimum and maximum amount of total local storage, in GB.
- getTotalLocalStorageGb() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getTotalLocalStorageGb() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The minimum and maximum amount of total local storage, in GB.
- getTotalLocalStorageGb() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getTotalTargetCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
The total number of capacity units to be reserved by the Capacity Reservation Fleet.
- getTotalTargetCapacity() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps
-
The total number of capacity units to be reserved by the Capacity Reservation Fleet.
- getTotalTargetCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleetProps.Jsii$Proxy
-
- getTotalTargetCapacity() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.TargetCapacitySpecificationRequestProperty
-
The number of units to request, filled using `DefaultTargetCapacityType` .
- getTotalTargetCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.Jsii$Proxy
-
- getTraffic() - Method in interface software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions
-
What kind of traffic this ACL rule applies to.
- getTraffic() - Method in class software.amazon.awscdk.services.ec2.CommonNetworkAclEntryOptions.Jsii$Proxy
-
- getTraffic() - Method in class software.amazon.awscdk.services.ec2.NetworkAclEntryProps.Jsii$Proxy
-
- getTrafficDirection() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The type of traffic.
- getTrafficDirection() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps
-
The type of traffic.
- getTrafficDirection() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Jsii$Proxy
-
- getTrafficMirrorFilterId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The ID of the filter that this rule is associated with.
- getTrafficMirrorFilterId() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps
-
The ID of the filter that this rule is associated with.
- getTrafficMirrorFilterId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Jsii$Proxy
-
- getTrafficMirrorFilterId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The ID of the Traffic Mirror filter.
- getTrafficMirrorFilterId() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps
-
The ID of the Traffic Mirror filter.
- getTrafficMirrorFilterId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps.Jsii$Proxy
-
- getTrafficMirrorTargetId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The ID of the Traffic Mirror target.
- getTrafficMirrorTargetId() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps
-
The ID of the Traffic Mirror target.
- getTrafficMirrorTargetId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps.Jsii$Proxy
-
- getTrafficType() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).
- getTrafficType() - Method in interface software.amazon.awscdk.services.ec2.CfnFlowLogProps
-
The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).
- getTrafficType() - Method in class software.amazon.awscdk.services.ec2.CfnFlowLogProps.Jsii$Proxy
-
- getTrafficType() - Method in interface software.amazon.awscdk.services.ec2.FlowLogOptions
-
The type of traffic to log.
- getTrafficType() - Method in class software.amazon.awscdk.services.ec2.FlowLogOptions.Jsii$Proxy
-
- getTrafficType() - Method in class software.amazon.awscdk.services.ec2.FlowLogProps.Jsii$Proxy
-
- getTransferAddress() - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
The Elastic IP address you are accepting for transfer.
- getTransferAddress() - Method in interface software.amazon.awscdk.services.ec2.CfnEIPProps
-
The Elastic IP address you are accepting for transfer.
- getTransferAddress() - Method in class software.amazon.awscdk.services.ec2.CfnEIPProps.Jsii$Proxy
-
- getTransferEncoding() - Method in interface software.amazon.awscdk.services.ec2.MultipartBodyOptions
-
`Content-Transfer-Encoding` header specifying part encoding.
- getTransferEncoding() - Method in class software.amazon.awscdk.services.ec2.MultipartBodyOptions.Jsii$Proxy
-
- getTransitGateway() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The transit gateway.
- getTransitGateway() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getTransitGateway() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The transit gateway.
- getTransitGateway() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getTransitGatewayAttachment() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The transit gateway attachment.
- getTransitGatewayAttachment() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociation
-
The ID of the transit gateway attachment.
- getTransitGatewayAttachmentId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociationProps
-
The ID of the transit gateway attachment.
- getTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociationProps.Jsii$Proxy
-
- getTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRoute
-
The ID of the attachment.
- getTransitGatewayAttachmentId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteProps
-
The ID of the attachment.
- getTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteProps.Jsii$Proxy
-
- getTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableAssociation
-
The ID of the attachment.
- getTransitGatewayAttachmentId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableAssociationProps
-
The ID of the attachment.
- getTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableAssociationProps.Jsii$Proxy
-
- getTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTablePropagation
-
The ID of the attachment.
- getTransitGatewayAttachmentId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTablePropagationProps
-
The ID of the attachment.
- getTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTablePropagationProps.Jsii$Proxy
-
- getTransitGatewayCidrBlocks() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
The transit gateway CIDR blocks.
- getTransitGatewayCidrBlocks() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
The transit gateway CIDR blocks.
- getTransitGatewayCidrBlocks() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getTransitGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
The ID of a transit gateway.
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
-
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of a transit gateway.
- getTransitGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The ID of a transit gateway.
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment
-
The ID of the transit gateway.
- getTransitGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps
-
The ID of the transit gateway.
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps.Jsii$Proxy
-
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain
-
The ID of the transit gateway.
- getTransitGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainProps
-
The ID of the transit gateway.
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainProps.Jsii$Proxy
-
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The ID of the transit gateway peering attachment.
- getTransitGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachmentProps
-
The ID of the transit gateway peering attachment.
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachmentProps.Jsii$Proxy
-
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTable
-
The ID of the transit gateway.
- getTransitGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableProps
-
The ID of the transit gateway.
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableProps.Jsii$Proxy
-
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The ID of the transit gateway.
- getTransitGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps
-
The ID of the transit gateway.
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps.Jsii$Proxy
-
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The ID of the transit gateway associated with the VPN connection.
- getTransitGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNConnectionProps
-
The ID of the transit gateway associated with the VPN connection.
- getTransitGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionProps.Jsii$Proxy
-
- getTransitGatewayMulticastDomainId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociation
-
The ID of the transit gateway multicast domain.
- getTransitGatewayMulticastDomainId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociationProps
-
The ID of the transit gateway multicast domain.
- getTransitGatewayMulticastDomainId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociationProps.Jsii$Proxy
-
- getTransitGatewayMulticastDomainId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The ID of the transit gateway multicast domain.
- getTransitGatewayMulticastDomainId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMemberProps
-
The ID of the transit gateway multicast domain.
- getTransitGatewayMulticastDomainId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMemberProps.Jsii$Proxy
-
- getTransitGatewayMulticastDomainId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The ID of the transit gateway multicast domain.
- getTransitGatewayMulticastDomainId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSourceProps
-
The ID of the transit gateway multicast domain.
- getTransitGatewayMulticastDomainId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSourceProps.Jsii$Proxy
-
- getTransitGatewayRouteTable() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The transit gateway route table.
- getTransitGatewayRouteTable() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getTransitGatewayRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRoute
-
The ID of the transit gateway route table.
- getTransitGatewayRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteProps
-
The ID of the transit gateway route table.
- getTransitGatewayRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteProps.Jsii$Proxy
-
- getTransitGatewayRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableAssociation
-
The ID of the route table for the transit gateway.
- getTransitGatewayRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableAssociationProps
-
The ID of the route table for the transit gateway.
- getTransitGatewayRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableAssociationProps.Jsii$Proxy
-
- getTransitGatewayRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTablePropagation
-
The ID of the propagation route table.
- getTransitGatewayRouteTableId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTablePropagationProps
-
The ID of the propagation route table.
- getTransitGatewayRouteTableId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTablePropagationProps.Jsii$Proxy
-
- getTransitGatewayRouteTableRoute() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The transit gateway route table route.
- getTransitGatewayRouteTableRoute() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getTransitGatewayRouteTableRoute() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The route in a transit gateway route table.
- getTransitGatewayRouteTableRoute() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getTransportProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The transport protocol to be used by the VPN session.
- getTransportProtocol() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
The transport protocol to be used by the VPN session.
- getTransportProtocol() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getTransportProtocol() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
The transport protocol to be used by the VPN session.
- getTransportProtocol() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getTransportProtocol() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getTransportTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect
-
The ID of the attachment from which the Connect attachment was created.
- getTransportTransitGatewayAttachmentId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayConnectProps
-
The ID of the attachment from which the Connect attachment was created.
- getTransportTransitGatewayAttachmentId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnectProps.Jsii$Proxy
-
- getTunnelInsideCidr() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNConnection.VpnTunnelOptionsSpecificationProperty
-
The range of inside IP addresses for the tunnel.
- getTunnelInsideCidr() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection.VpnTunnelOptionsSpecificationProperty.Jsii$Proxy
-
- getTunnelInsideCidr() - Method in interface software.amazon.awscdk.services.ec2.VpnTunnelOption
-
The range of inside IP addresses for the tunnel.
- getTunnelInsideCidr() - Method in class software.amazon.awscdk.services.ec2.VpnTunnelOption.Jsii$Proxy
-
- getTunnelOptions() - Method in interface software.amazon.awscdk.services.ec2.VpnConnectionOptions
-
The tunnel options for the VPN connection.
- getTunnelOptions() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionOptions.Jsii$Proxy
-
- getTunnelOptions() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionProps.Jsii$Proxy
-
- getType() - Method in interface software.amazon.awscdk.services.ec2.AclIcmp
-
The Internet Control Message Protocol (ICMP) type.
- getType() - Method in class software.amazon.awscdk.services.ec2.AclIcmp.Jsii$Proxy
-
- getType() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientAuthenticationRequestProperty
-
The type of client authentication to be used.
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.ClientAuthenticationRequestProperty.Jsii$Proxy
-
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGateway
-
The type of VPN connection that this customer gateway supports ( `ipsec.1` ).
- getType() - Method in interface software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps
-
The type of VPN connection that this customer gateway supports ( `ipsec.1` ).
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGatewayProps.Jsii$Proxy
-
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The fleet type.
- getType() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
The fleet type.
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getType() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.ElasticGpuSpecificationProperty
-
The type of Elastic Graphics accelerator.
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.ElasticGpuSpecificationProperty.Jsii$Proxy
-
- getType() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.ElasticInferenceAcceleratorProperty
-
The type of elastic inference accelerator.
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.ElasticInferenceAcceleratorProperty.Jsii$Proxy
-
- getType() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.ElasticGpuSpecificationProperty
-
The type of Elastic Graphics accelerator.
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.ElasticGpuSpecificationProperty.Jsii$Proxy
-
- getType() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateElasticInferenceAcceleratorProperty
-
The type of elastic inference accelerator.
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateElasticInferenceAcceleratorProperty.Jsii$Proxy
-
- getType() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclEntry.IcmpProperty
-
The Internet Control Message Protocol (ICMP) type.
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry.IcmpProperty.Jsii$Proxy
-
- getType() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The type of request.
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The type of VPN connection.
- getType() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNConnectionProps
-
The type of VPN connection.
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionProps.Jsii$Proxy
-
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGateway
-
The type of VPN connection the virtual private gateway supports.
- getType() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNGatewayProps
-
The type of VPN connection the virtual private gateway supports.
- getType() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGatewayProps.Jsii$Proxy
-
- getType() - Method in class software.amazon.awscdk.services.ec2.EnableVpnGatewayOptions.Jsii$Proxy
-
- getType() - Method in interface software.amazon.awscdk.services.ec2.VpnGatewayProps
-
Default type ipsec.1.
- getType() - Method in class software.amazon.awscdk.services.ec2.VpnGatewayProps.Jsii$Proxy
-
- getUniqueId() - Method in interface software.amazon.awscdk.services.ec2.IPeer
-
A unique identifier for this connection peer.
- getUniqueId() - Method in interface software.amazon.awscdk.services.ec2.IPeer.Jsii$Default
-
A unique identifier for this connection peer.
- getUniqueId() - Method in class software.amazon.awscdk.services.ec2.IPeer.Jsii$Proxy
-
A unique identifier for this connection peer.
- getUniqueId() - Method in interface software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Default
-
A unique identifier for this connection peer.
- getUniqueId() - Method in class software.amazon.awscdk.services.ec2.ISecurityGroup.Jsii$Proxy
-
A unique identifier for this connection peer.
- getUniqueId() - Method in class software.amazon.awscdk.services.ec2.SecurityGroup
-
A unique identifier for this connection peer.
- getUsageStrategy() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.CapacityReservationOptionsRequestProperty
-
Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.
- getUsageStrategy() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.CapacityReservationOptionsRequestProperty.Jsii$Proxy
-
- getUserBasedAuthentication() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
The type of user-based authentication to use.
- getUserBasedAuthentication() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getUserBasedAuthentication() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.AmazonLinuxImageProps
-
Initial user data.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImageProps.Jsii$Proxy
-
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.AttachInitOptions
-
UserData to add commands to.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.AttachInitOptions.Jsii$Proxy
-
- getUserData() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The user data script to make available to the instance.
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The user data script to make available to the instance.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty
-
The user data to make available to the instance.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Jsii$Proxy
-
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The base64-encoded user data that instances use when starting up.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.GenericLinuxImageProps
-
Initial user data.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.GenericLinuxImageProps.Jsii$Proxy
-
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.GenericWindowsImageProps
-
Initial user data.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.GenericWindowsImageProps.Jsii$Proxy
-
- getUserData() - Method in class software.amazon.awscdk.services.ec2.Instance
-
UserData for the instance.
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Specific UserData to use.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getUserData() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
UserData executed by instances that are launched from this template.
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateProps
-
The AMI that will be used by instances.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Jsii$Proxy
-
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.LookupMachineImageProps
-
Custom userdata for this image.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.LookupMachineImageProps.Jsii$Proxy
-
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.MachineImageConfig
-
Initial UserData for this image.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.MachineImageConfig.Jsii$Proxy
-
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.SsmParameterImageOptions
-
Custom UserData.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.SsmParameterImageOptions.Jsii$Proxy
-
- getUserData() - Method in interface software.amazon.awscdk.services.ec2.WindowsImageProps
-
Initial user data.
- getUserData() - Method in class software.amazon.awscdk.services.ec2.WindowsImageProps.Jsii$Proxy
-
- getUserDataCausesReplacement() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Changes to the UserData force replacement.
- getUserDataCausesReplacement() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getUserId() - Method in interface software.amazon.awscdk.services.ec2.InitUserOptions
-
A user ID.
- getUserId() - Method in class software.amazon.awscdk.services.ec2.InitUserOptions.Jsii$Proxy
-
- getValidFrom() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The start date and time of the request, in UTC format (for example, *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z).
- getValidFrom() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
The start date and time of the request, in UTC format (for example, *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z).
- getValidFrom() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getValidFrom() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The start date and time of the request, in UTC format ( *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z).
- getValidFrom() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getValidUntil() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The end date and time of the request, in UTC format (for example, *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z).
- getValidUntil() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2FleetProps
-
The end date and time of the request, in UTC format (for example, *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z).
- getValidUntil() - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Jsii$Proxy
-
- getValidUntil() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.SpotOptionsProperty
-
The end date of the request, in UTC format ( *YYYY-MM-DD* T *HH:MM:SS* Z).
- getValidUntil() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.SpotOptionsProperty.Jsii$Proxy
-
- getValidUntil() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty
-
The end date and time of the request, in UTC format ( *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z).
- getValidUntil() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Jsii$Proxy
-
- getValidUntil() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions
-
The end date of the request.
- getValidUntil() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateSpotOptions.Jsii$Proxy
-
- getValue() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.AssociationParameterProperty
-
The value of an input parameter.
- getValue() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.AssociationParameterProperty.Jsii$Proxy
-
- getVCpuCount() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty
-
The minimum and maximum number of vCPUs.
- getVCpuCount() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getVCpuCount() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty
-
The minimum and maximum number of vCPUs.
- getVCpuCount() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Jsii$Proxy
-
- getVCpuCount() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty
-
The minimum and maximum number of vCPUs.
- getVCpuCount() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Jsii$Proxy
-
- getVersion() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateSpecificationRequestProperty
-
The launch template version number, `$Latest` , or `$Default` .
- getVersion() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateSpecificationRequestProperty.Jsii$Proxy
-
- getVersion() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.LaunchTemplateSpecificationProperty
-
The version number of the launch template.
- getVersion() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.LaunchTemplateSpecificationProperty.Jsii$Proxy
-
- getVersion() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.FleetLaunchTemplateSpecificationProperty
-
The version number of the launch template.
- getVersion() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.FleetLaunchTemplateSpecificationProperty.Jsii$Proxy
-
- getVersion() - Method in interface software.amazon.awscdk.services.ec2.NamedPackageOptions
-
Specify the versions to install.
- getVersion() - Method in class software.amazon.awscdk.services.ec2.NamedPackageOptions.Jsii$Proxy
-
- getVersionDescription() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
A description for the first version of the launch template.
- getVersionDescription() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplateProps
-
A description for the first version of the launch template.
- getVersionDescription() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplateProps.Jsii$Proxy
-
- getVersionNumber() - Method in interface software.amazon.awscdk.services.ec2.ILaunchTemplate
-
The version number of this launch template to use.
- getVersionNumber() - Method in interface software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Default
-
The version number of this launch template to use.
- getVersionNumber() - Method in class software.amazon.awscdk.services.ec2.ILaunchTemplate.Jsii$Proxy
-
The version number of this launch template to use.
- getVersionNumber() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate
-
The version number of this launch template to use.
- getVersionNumber() - Method in interface software.amazon.awscdk.services.ec2.LaunchTemplateAttributes
-
The version number of this launch template to use.
- getVersionNumber() - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateAttributes.Jsii$Proxy
-
- getVirtualization() - Method in interface software.amazon.awscdk.services.ec2.AmazonLinuxImageProps
-
Virtualization type.
- getVirtualization() - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImageProps.Jsii$Proxy
-
- getVirtualName() - Method in class software.amazon.awscdk.services.ec2.BlockDeviceVolume
-
Virtual device name.
- getVirtualName() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.BlockDeviceMappingProperty
-
The virtual device name ( `ephemeral` N).
- getVirtualName() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy
-
- getVirtualName() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BlockDeviceMappingProperty
-
The virtual device name (ephemeralN).
- getVirtualName() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.BlockDeviceMappingProperty.Jsii$Proxy
-
- getVirtualName() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.BlockDeviceMappingProperty
-
The virtual device name ( `ephemeral` N).
- getVirtualName() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.BlockDeviceMappingProperty.Jsii$Proxy
-
- getVirtualNetworkId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The VXLAN ID for the Traffic Mirror session.
- getVirtualNetworkId() - Method in interface software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps
-
The VXLAN ID for the Traffic Mirror session.
- getVirtualNetworkId() - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps.Jsii$Proxy
-
- getVolume() - Method in interface software.amazon.awscdk.services.ec2.BlockDevice
-
Defines the block device volume, to be either an Amazon EBS volume or an ephemeral instance store volume.
- getVolume() - Method in class software.amazon.awscdk.services.ec2.BlockDevice.Jsii$Proxy
-
- getVolumeId() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.VolumeProperty
-
The ID of the EBS volume.
- getVolumeId() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.VolumeProperty.Jsii$Proxy
-
- getVolumeId() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeAttachment
-
The ID of the Amazon EBS volume.
- getVolumeId() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeAttachmentProps
-
The ID of the Amazon EBS volume.
- getVolumeId() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeAttachmentProps.Jsii$Proxy
-
- getVolumeId() - Method in interface software.amazon.awscdk.services.ec2.IVolume
-
The EBS Volume's ID.
- getVolumeId() - Method in interface software.amazon.awscdk.services.ec2.IVolume.Jsii$Default
-
The EBS Volume's ID.
- getVolumeId() - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
The EBS Volume's ID.
- getVolumeId() - Method in class software.amazon.awscdk.services.ec2.Volume
-
The EBS Volume's ID.
- getVolumeId() - Method in interface software.amazon.awscdk.services.ec2.VolumeAttributes
-
The EBS Volume's ID.
- getVolumeId() - Method in class software.amazon.awscdk.services.ec2.VolumeAttributes.Jsii$Proxy
-
- getVolumeName() - Method in interface software.amazon.awscdk.services.ec2.VolumeProps
-
The value of the physicalName property of this resource.
- getVolumeName() - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Jsii$Proxy
-
- getVolumes() - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The volumes to attach to the instance.
- getVolumes() - Method in interface software.amazon.awscdk.services.ec2.CfnInstanceProps
-
The volumes to attach to the instance.
- getVolumes() - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Jsii$Proxy
-
- getVolumeSize() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty
-
The size of the volume, in GiBs.
- getVolumeSize() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty.Jsii$Proxy
-
- getVolumeSize() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty
-
The size of the volume, in GiBs.
- getVolumeSize() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty.Jsii$Proxy
-
- getVolumeSize() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty
-
The size of the volume, in GiBs.
- getVolumeSize() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty.Jsii$Proxy
-
- getVolumeSize() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceProps.Jsii$Proxy
-
- getVolumeSize() - Method in interface software.amazon.awscdk.services.ec2.EbsDeviceSnapshotOptions
-
The volume size, in Gibibytes (GiB).
- getVolumeSize() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceSnapshotOptions.Jsii$Proxy
-
- getVolumeType() - Method in interface software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty
-
The volume type.
- getVolumeType() - Method in class software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty.Jsii$Proxy
-
- getVolumeType() - Method in interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty
-
The volume type.
- getVolumeType() - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty.Jsii$Proxy
-
- getVolumeType() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty
-
The volume type.
- getVolumeType() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty.Jsii$Proxy
-
- getVolumeType() - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The volume type.
- getVolumeType() - Method in interface software.amazon.awscdk.services.ec2.CfnVolumeProps
-
The volume type.
- getVolumeType() - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Jsii$Proxy
-
- getVolumeType() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceOptions.Jsii$Proxy
-
- getVolumeType() - Method in interface software.amazon.awscdk.services.ec2.EbsDeviceOptionsBase
-
The EBS volume type.
- getVolumeType() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceOptionsBase.Jsii$Proxy
-
- getVolumeType() - Method in interface software.amazon.awscdk.services.ec2.EbsDeviceProps
-
The EBS volume type.
- getVolumeType() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceProps.Jsii$Proxy
-
- getVolumeType() - Method in class software.amazon.awscdk.services.ec2.EbsDeviceSnapshotOptions.Jsii$Proxy
-
- getVolumeType() - Method in interface software.amazon.awscdk.services.ec2.VolumeProps
-
The type of the volume;
- getVolumeType() - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Jsii$Proxy
-
- getVpc() - Method in interface software.amazon.awscdk.services.ec2.BastionHostLinuxProps
-
VPC to launch the instance in.
- getVpc() - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Jsii$Proxy
-
- getVpc() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The component VPC.
- getVpc() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getVpc() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty
-
The component VPC.
- getVpc() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Jsii$Proxy
-
- getVpc() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointProps
-
The VPC to connect to.
- getVpc() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getVpc() - Method in interface software.amazon.awscdk.services.ec2.ConfigureNatOptions
-
The VPC we're configuring NAT for.
- getVpc() - Method in class software.amazon.awscdk.services.ec2.ConfigureNatOptions.Jsii$Proxy
-
- getVpc() - Method in interface software.amazon.awscdk.services.ec2.GatewayVpcEndpointProps
-
The VPC network in which the gateway endpoint will be used.
- getVpc() - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpointProps.Jsii$Proxy
-
- getVpc() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
VPC to launch the instance in.
- getVpc() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getVpc() - Method in interface software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps
-
The VPC network in which the interface endpoint will be used.
- getVpc() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps.Jsii$Proxy
-
- getVpc() - Method in interface software.amazon.awscdk.services.ec2.NetworkAclProps
-
The VPC in which to create the NetworkACL.
- getVpc() - Method in class software.amazon.awscdk.services.ec2.NetworkAclProps.Jsii$Proxy
-
- getVpc() - Method in interface software.amazon.awscdk.services.ec2.SecurityGroupProps
-
The VPC in which to create the security group.
- getVpc() - Method in class software.amazon.awscdk.services.ec2.SecurityGroupProps.Jsii$Proxy
-
- getVpc() - Method in interface software.amazon.awscdk.services.ec2.VpnConnectionProps
-
The VPC to connect to.
- getVpc() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionProps.Jsii$Proxy
-
- getVpcArn() - Method in interface software.amazon.awscdk.services.ec2.IVpc
-
ARN for this VPC.
- getVpcArn() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
ARN for this VPC.
- getVpcArn() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
ARN for this VPC.
- getVpcArn() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
Arn of this VPC.
- getVpcCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.IVpc
-
CIDR range for this VPC.
- getVpcCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
CIDR range for this VPC.
- getVpcCidrBlock() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
CIDR range for this VPC.
- getVpcCidrBlock() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
CIDR range for this VPC.
- getVpcCidrBlock() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
VPC's CIDR range.
- getVpcCidrBlock() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getVpcCidrBlockAssociations() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
- getVpcDefaultNetworkAcl() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
- getVpcDefaultSecurityGroup() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
- getVpcEndpoint() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The VPC endpoint.
- getVpcEndpoint() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getVpcEndpointCreationTimestamp() - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpoint
-
The date and time the gateway VPC endpoint was created.
- getVpcEndpointCreationTimestamp() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpoint
-
The date and time the interface VPC endpoint was created.
- getVpcEndpointDnsEntries() - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpoint
-
- getVpcEndpointDnsEntries() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpoint
-
The DNS entries for the interface VPC endpoint.
- getVpcEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of a VPC endpoint.
- getVpcEndpointId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The ID of a VPC endpoint.
- getVpcEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getVpcEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotification
-
The ID of the endpoint.
- getVpcEndpointId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps
-
The ID of the endpoint.
- getVpcEndpointId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps.Jsii$Proxy
-
- getVpcEndpointId() - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpoint
-
The gateway VPC endpoint identifier.
- getVpcEndpointId() - Method in interface software.amazon.awscdk.services.ec2.IGatewayVpcEndpoint.Jsii$Default
-
The VPC endpoint identifier.
- getVpcEndpointId() - Method in class software.amazon.awscdk.services.ec2.IGatewayVpcEndpoint.Jsii$Proxy
-
The VPC endpoint identifier.
- getVpcEndpointId() - Method in interface software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint.Jsii$Default
-
The VPC endpoint identifier.
- getVpcEndpointId() - Method in class software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint.Jsii$Proxy
-
The VPC endpoint identifier.
- getVpcEndpointId() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpoint
-
The interface VPC endpoint identifier.
- getVpcEndpointId() - Method in interface software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAttributes
-
The interface VPC endpoint identifier.
- getVpcEndpointId() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAttributes.Jsii$Proxy
-
- getVpcEndpointId() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpoint
-
The VPC endpoint identifier.
- getVpcEndpointId() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpoint.Jsii$Default
-
The VPC endpoint identifier.
- getVpcEndpointId() - Method in class software.amazon.awscdk.services.ec2.IVpcEndpoint.Jsii$Proxy
-
The VPC endpoint identifier.
- getVpcEndpointId() - Method in class software.amazon.awscdk.services.ec2.VpcEndpoint
-
The VPC endpoint identifier.
- getVpcEndpointNetworkInterfaceIds() - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpoint
-
- getVpcEndpointNetworkInterfaceIds() - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpoint
-
One or more network interfaces for the interface VPC endpoint.
- getVpcEndpointServiceId() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpointService
-
The id of the VPC Endpoint Service that clients use to connect to, like vpce-svc-xxxxxxxxxxxxxxxx.
- getVpcEndpointServiceId() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpointService.Jsii$Default
-
The id of the VPC Endpoint Service that clients use to connect to, like vpce-svc-xxxxxxxxxxxxxxxx.
- getVpcEndpointServiceId() - Method in class software.amazon.awscdk.services.ec2.IVpcEndpointService.Jsii$Proxy
-
The id of the VPC Endpoint Service that clients use to connect to, like vpce-svc-xxxxxxxxxxxxxxxx.
- getVpcEndpointServiceId() - Method in class software.amazon.awscdk.services.ec2.VpcEndpointService
-
The id of the VPC Endpoint Service, like vpce-svc-xxxxxxxxxxxxxxxx.
- getVpcEndpointServiceLoadBalancers() - Method in class software.amazon.awscdk.services.ec2.VpcEndpointService
-
One or more network load balancers to host the service.
- getVpcEndpointServiceLoadBalancers() - Method in interface software.amazon.awscdk.services.ec2.VpcEndpointServiceProps
-
One or more load balancers to host the VPC Endpoint Service.
- getVpcEndpointServiceLoadBalancers() - Method in class software.amazon.awscdk.services.ec2.VpcEndpointServiceProps.Jsii$Proxy
-
- getVpcEndpointServiceName() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpointService
-
The service name of the VPC Endpoint Service that clients use to connect to, like com.amazonaws.vpce..vpce-svc-xxxxxxxxxxxxxxxx.
- getVpcEndpointServiceName() - Method in interface software.amazon.awscdk.services.ec2.IVpcEndpointService.Jsii$Default
-
The service name of the VPC Endpoint Service that clients use to connect to, like com.amazonaws.vpce..vpce-svc-xxxxxxxxxxxxxxxx.
- getVpcEndpointServiceName() - Method in class software.amazon.awscdk.services.ec2.IVpcEndpointService.Jsii$Proxy
-
The service name of the VPC Endpoint Service that clients use to connect to, like com.amazonaws.vpce..vpce-svc-xxxxxxxxxxxxxxxx.
- getVpcEndpointServiceName() - Method in class software.amazon.awscdk.services.ec2.VpcEndpointService
-
The service name of the VPC Endpoint Service that clients use to connect to, like com.amazonaws.vpce..vpce-svc-xxxxxxxxxxxxxxxx.
- getVpcEndpointServiceName() - Method in interface software.amazon.awscdk.services.ec2.VpcEndpointServiceProps
-
- getVpcEndpointServiceName() - Method in class software.amazon.awscdk.services.ec2.VpcEndpointServiceProps.Jsii$Proxy
-
- getVpcEndpointType() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The type of endpoint.
- getVpcEndpointType() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointProps
-
The type of endpoint.
- getVpcEndpointType() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnCarrierGateway
-
The ID of the VPC associated with the carrier gateway.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnCarrierGatewayProps
-
The ID of the VPC associated with the carrier gateway.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnCarrierGatewayProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The ID of the VPC to associate with the Client VPN endpoint.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
The ID of the VPC to associate with the Client VPN endpoint.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnEgressOnlyInternetGateway
-
The ID of the VPC for which to create the egress-only internet gateway.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnEgressOnlyInternetGatewayProps
-
The ID of the VPC for which to create the egress-only internet gateway.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnEgressOnlyInternetGatewayProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociation
-
The ID of the VPC.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociationProps
-
The ID of the VPC.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociationProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAcl
-
The ID of the VPC for the network ACL.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkAclProps
-
The ID of the VPC for the network ACL.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteTable
-
The ID of the VPC.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteTableProps
-
The ID of the VPC.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteTableProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
[VPC only] The ID of the VPC for the security group.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnSecurityGroupProps
-
[VPC only] The ID of the VPC for the security group.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The ID of the VPC the subnet is in.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnSubnetProps
-
The ID of the VPC the subnet is in.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnSubnetProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment
-
The ID of the VPC.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps
-
The ID of the VPC.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The ID of the VPC.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps
-
The ID of the VPC.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
The ID of the VPC.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps
-
The ID of the VPC.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCDHCPOptionsAssociation
-
The ID of the VPC.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCDHCPOptionsAssociationProps
-
The ID of the VPC.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCDHCPOptionsAssociationProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The ID of the VPC for the endpoint.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCEndpointProps
-
The ID of the VPC for the endpoint.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachment
-
The ID of the VPC.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachmentProps
-
The ID of the VPC.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachmentProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
The ID of the VPC.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps
-
The ID of the VPC.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnectionProps.Jsii$Proxy
-
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.IVpc
-
Identifier for this VPC.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
Identifier for this VPC.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
Identifier for this VPC.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.PrivateSubnetProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.PublicSubnetProps.Jsii$Proxy
-
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.SubnetProps
-
The VPC which this subnet is part of.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.SubnetProps.Jsii$Proxy
-
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
Identifier for this VPC.
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
VPC's identifier.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getVpcId() - Method in interface software.amazon.awscdk.services.ec2.VpcLookupOptions
-
The ID of the VPC.
- getVpcId() - Method in class software.amazon.awscdk.services.ec2.VpcLookupOptions.Jsii$Proxy
-
- getVpcIpv6CidrBlocks() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
- getVpcName() - Method in interface software.amazon.awscdk.services.ec2.VpcLookupOptions
-
The name of the VPC.
- getVpcName() - Method in class software.amazon.awscdk.services.ec2.VpcLookupOptions.Jsii$Proxy
-
- getVpcName() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
The VPC name.
- getVpcName() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getVpcPeeringConnection() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The VPC peering connection.
- getVpcPeeringConnection() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getVpcPeeringConnectionId() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty
-
The ID of a VPC peering connection.
- getVpcPeeringConnectionId() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Jsii$Proxy
-
- getVpcPeeringConnectionId() - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of a VPC peering connection.
- getVpcPeeringConnectionId() - Method in interface software.amazon.awscdk.services.ec2.CfnRouteProps
-
The ID of a VPC peering connection.
- getVpcPeeringConnectionId() - Method in class software.amazon.awscdk.services.ec2.CfnRouteProps.Jsii$Proxy
-
- getVpcSubnets() - Method in interface software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions
-
Subnets to associate to the client VPN endpoint.
- getVpcSubnets() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Jsii$Proxy
-
- getVpcSubnets() - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Jsii$Proxy
-
- getVpcSubnets() - Method in interface software.amazon.awscdk.services.ec2.InstanceProps
-
Where to place the instance within the VPC.
- getVpcSubnets() - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Jsii$Proxy
-
- getVpnConnection() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The VPN connection.
- getVpnConnection() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getVpnConnectionId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionRoute
-
The ID of the VPN connection.
- getVpnConnectionId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNConnectionRouteProps
-
The ID of the VPN connection.
- getVpnConnectionId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionRouteProps.Jsii$Proxy
-
- getVpnConnections() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
VPN connections to this VPC.
- getVpnConnections() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getVpnEcmpSupport() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Enable or disable Equal Cost Multipath Protocol support.
- getVpnEcmpSupport() - Method in interface software.amazon.awscdk.services.ec2.CfnTransitGatewayProps
-
Enable or disable Equal Cost Multipath Protocol support.
- getVpnEcmpSupport() - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayProps.Jsii$Proxy
-
- getVpnGateway() - Method in interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty
-
The VPN gateway.
- getVpnGateway() - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Jsii$Proxy
-
- getVpnGateway() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
Indicates whether a VPN gateway should be created and attached to this VPC.
- getVpnGateway() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getVpnGatewayAsn() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
The private Autonomous System Number (ASN) for the VPN gateway.
- getVpnGatewayAsn() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getVpnGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachment
-
The ID of the virtual private gateway.
- getVpnGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachmentProps
-
The ID of the virtual private gateway.
- getVpnGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachmentProps.Jsii$Proxy
-
- getVpnGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The ID of the virtual private gateway at the AWS side of the VPN connection.
- getVpnGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNConnectionProps
-
The ID of the virtual private gateway at the AWS side of the VPN connection.
- getVpnGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionProps.Jsii$Proxy
-
- getVpnGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGatewayRoutePropagation
-
The ID of the virtual private gateway that is attached to a VPC.
- getVpnGatewayId() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNGatewayRoutePropagationProps
-
The ID of the virtual private gateway that is attached to a VPC.
- getVpnGatewayId() - Method in class software.amazon.awscdk.services.ec2.CfnVPNGatewayRoutePropagationProps.Jsii$Proxy
-
- getVpnGatewayId() - Method in interface software.amazon.awscdk.services.ec2.IVpc
-
Identifier for the VPN gateway.
- getVpnGatewayId() - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
Identifier for the VPN gateway.
- getVpnGatewayId() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
Identifier for the VPN gateway.
- getVpnGatewayId() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
Returns the id of the VPN Gateway (if enabled).
- getVpnGatewayId() - Method in interface software.amazon.awscdk.services.ec2.VpcAttributes
-
VPN gateway's identifier.
- getVpnGatewayId() - Method in class software.amazon.awscdk.services.ec2.VpcAttributes.Jsii$Proxy
-
- getVpnId() - Method in interface software.amazon.awscdk.services.ec2.IVpnConnection
-
The id of the VPN connection.
- getVpnId() - Method in interface software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Default
-
The id of the VPN connection.
- getVpnId() - Method in class software.amazon.awscdk.services.ec2.IVpnConnection.Jsii$Proxy
-
The id of the VPN connection.
- getVpnId() - Method in class software.amazon.awscdk.services.ec2.VpnConnection
-
The id of the VPN connection.
- getVpnId() - Method in interface software.amazon.awscdk.services.ec2.VpnConnectionAttributes
-
The id of the VPN connection.
- getVpnId() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionAttributes.Jsii$Proxy
-
- getVpnId() - Method in class software.amazon.awscdk.services.ec2.VpnConnectionBase
-
The id of the VPN connection.
- getVpnPort() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
- getVpnPort() - Method in interface software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps
-
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
- getVpnPort() - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Jsii$Proxy
-
- getVpnRoutePropagation() - Method in interface software.amazon.awscdk.services.ec2.EnableVpnGatewayOptions
-
Provide an array of subnets where the route propagation should be added.
- getVpnRoutePropagation() - Method in class software.amazon.awscdk.services.ec2.EnableVpnGatewayOptions.Jsii$Proxy
-
- getVpnRoutePropagation() - Method in interface software.amazon.awscdk.services.ec2.VpcProps
-
Where to propagate VPN routes.
- getVpnRoutePropagation() - Method in class software.amazon.awscdk.services.ec2.VpcProps.Jsii$Proxy
-
- getVpnTunnelOptionsSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The tunnel options for the VPN connection.
- getVpnTunnelOptionsSpecifications() - Method in interface software.amazon.awscdk.services.ec2.CfnVPNConnectionProps
-
The tunnel options for the VPN connection.
- getVpnTunnelOptionsSpecifications() - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionProps.Jsii$Proxy
-
- getWaitAfterCompletion() - Method in interface software.amazon.awscdk.services.ec2.InitCommandOptions
-
The duration to wait after a command has finished in case the command causes a reboot.
- getWaitAfterCompletion() - Method in class software.amazon.awscdk.services.ec2.InitCommandOptions.Jsii$Proxy
-
- getWeight() - Method in interface software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty
-
The number of capacity units provided by the specified instance type.
- getWeight() - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet.InstanceTypeSpecificationProperty.Jsii$Proxy
-
- getWeightedCapacity() - Method in interface software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty
-
The number of units provided by the specified instance type.
- getWeightedCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Jsii$Proxy
-
- getWeightedCapacity() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty
-
The number of units provided by the specified instance type.
- getWeightedCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty.Jsii$Proxy
-
- getWeightedCapacity() - Method in interface software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty
-
The number of units provided by the specified instance type.
- getWeightedCapacity() - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Jsii$Proxy
-
- getWhitelistedPrincipals() - Method in class software.amazon.awscdk.services.ec2.VpcEndpointService
-
- getWhitelistedPrincipals() - Method in interface software.amazon.awscdk.services.ec2.VpcEndpointServiceProps
-
- getWhitelistedPrincipals() - Method in class software.amazon.awscdk.services.ec2.VpcEndpointServiceProps.Jsii$Proxy
-
- getWindows() - Method in interface software.amazon.awscdk.services.ec2.LookupMachineImageProps
-
Look for Windows images.
- getWindows() - Method in class software.amazon.awscdk.services.ec2.LookupMachineImageProps.Jsii$Proxy
-
- GLUE - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- grantAttachVolume(IGrantable, List<IInstance>) - Method in interface software.amazon.awscdk.services.ec2.IVolume
-
Grants permission to attach this Volume to an instance.
- grantAttachVolume(IGrantable) - Method in interface software.amazon.awscdk.services.ec2.IVolume
-
Grants permission to attach this Volume to an instance.
- grantAttachVolume(IGrantable, List<IInstance>) - Method in interface software.amazon.awscdk.services.ec2.IVolume.Jsii$Default
-
Grants permission to attach this Volume to an instance.
- grantAttachVolume(IGrantable, List<IInstance>) - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
Grants permission to attach this Volume to an instance.
- grantAttachVolume(IGrantable) - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
Grants permission to attach this Volume to an instance.
- grantAttachVolume(IGrantable, List<IInstance>) - Method in class software.amazon.awscdk.services.ec2.Volume
-
Grants permission to attach this Volume to an instance.
- grantAttachVolume(IGrantable) - Method in class software.amazon.awscdk.services.ec2.Volume
-
Grants permission to attach this Volume to an instance.
- grantAttachVolumeByResourceTag(IGrantable, List<Construct>, String) - Method in interface software.amazon.awscdk.services.ec2.IVolume
-
Grants permission to attach the Volume by a ResourceTag condition.
- grantAttachVolumeByResourceTag(IGrantable, List<Construct>) - Method in interface software.amazon.awscdk.services.ec2.IVolume
-
Grants permission to attach the Volume by a ResourceTag condition.
- grantAttachVolumeByResourceTag(IGrantable, List<Construct>, String) - Method in interface software.amazon.awscdk.services.ec2.IVolume.Jsii$Default
-
Grants permission to attach the Volume by a ResourceTag condition.
- grantAttachVolumeByResourceTag(IGrantable, List<Construct>, String) - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
Grants permission to attach the Volume by a ResourceTag condition.
- grantAttachVolumeByResourceTag(IGrantable, List<Construct>) - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
Grants permission to attach the Volume by a ResourceTag condition.
- grantAttachVolumeByResourceTag(IGrantable, List<Construct>, String) - Method in class software.amazon.awscdk.services.ec2.Volume
-
Grants permission to attach the Volume by a ResourceTag condition.
- grantAttachVolumeByResourceTag(IGrantable, List<Construct>) - Method in class software.amazon.awscdk.services.ec2.Volume
-
Grants permission to attach the Volume by a ResourceTag condition.
- grantDetachVolume(IGrantable, List<IInstance>) - Method in interface software.amazon.awscdk.services.ec2.IVolume
-
Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.
- grantDetachVolume(IGrantable) - Method in interface software.amazon.awscdk.services.ec2.IVolume
-
Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.
- grantDetachVolume(IGrantable, List<IInstance>) - Method in interface software.amazon.awscdk.services.ec2.IVolume.Jsii$Default
-
Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.
- grantDetachVolume(IGrantable, List<IInstance>) - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.
- grantDetachVolume(IGrantable) - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.
- grantDetachVolume(IGrantable, List<IInstance>) - Method in class software.amazon.awscdk.services.ec2.Volume
-
Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.
- grantDetachVolume(IGrantable) - Method in class software.amazon.awscdk.services.ec2.Volume
-
Grants permission to detach this Volume from an instance CAUTION: Granting an instance permission to detach from itself using this method will lead to an unresolvable circular reference between the instance role and the instance.
- grantDetachVolumeByResourceTag(IGrantable, List<Construct>, String) - Method in interface software.amazon.awscdk.services.ec2.IVolume
-
Grants permission to detach the Volume by a ResourceTag condition.
- grantDetachVolumeByResourceTag(IGrantable, List<Construct>) - Method in interface software.amazon.awscdk.services.ec2.IVolume
-
Grants permission to detach the Volume by a ResourceTag condition.
- grantDetachVolumeByResourceTag(IGrantable, List<Construct>, String) - Method in interface software.amazon.awscdk.services.ec2.IVolume.Jsii$Default
-
Grants permission to detach the Volume by a ResourceTag condition.
- grantDetachVolumeByResourceTag(IGrantable, List<Construct>, String) - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
Grants permission to detach the Volume by a ResourceTag condition.
- grantDetachVolumeByResourceTag(IGrantable, List<Construct>) - Method in class software.amazon.awscdk.services.ec2.IVolume.Jsii$Proxy
-
Grants permission to detach the Volume by a ResourceTag condition.
- grantDetachVolumeByResourceTag(IGrantable, List<Construct>, String) - Method in class software.amazon.awscdk.services.ec2.Volume
-
Grants permission to detach the Volume by a ResourceTag condition.
- grantDetachVolumeByResourceTag(IGrantable, List<Construct>) - Method in class software.amazon.awscdk.services.ec2.Volume
-
Grants permission to detach the Volume by a ResourceTag condition.
- group(String) - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Builder
-
- group(String) - Method in class software.amazon.awscdk.services.ec2.InitFileOptions.Builder
-
- groupDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.Builder
-
A description for the security group.
- groupDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Builder
-
- groupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Builder
-
- groupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress.Builder
-
The ID of the security group.
- groupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgressProps.Builder
-
- groupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress.Builder
-
The ID of the security group.
- groupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Builder
-
- groupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.GroupIdentifierProperty.Builder
-
- groupId(String) - Method in class software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRule.Builder
-
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.
- groupId(String) - Method in class software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleOptions.Builder
-
- groupId(String) - Method in class software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleProps.Builder
-
- groupIpAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember.Builder
-
The IP address assigned to the transit gateway multicast group.
- groupIpAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMemberProps.Builder
-
- groupIpAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource.Builder
-
The IP address assigned to the transit gateway multicast group.
- groupIpAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSourceProps.Builder
-
- groupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty.Builder
-
- groupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Builder
-
- groupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.Builder
-
The name of the security group.
- groupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress.Builder
-
The name of the security group.
- groupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Builder
-
- groupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Builder
-
- groupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotPlacementProperty.Builder
-
- groups(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Builder
-
- groups(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder
-
- groups(List<String>) - Method in class software.amazon.awscdk.services.ec2.InitUserOptions.Builder
-
- groupSet(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Builder
-
- groupSet(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface.Builder
-
The security group IDs associated with this network interface.
- groupSet(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Builder
-
- S3 - Static variable in class software.amazon.awscdk.services.ec2.GatewayVpcEndpointAwsService
-
- s3Bucket(IBucket) - Method in class software.amazon.awscdk.services.ec2.FlowLogDestinationConfig.Builder
-
- S3DownloadOptions - Interface in software.amazon.awscdk.services.ec2
-
Options when downloading files from S3.
- S3DownloadOptions.Builder - Class in software.amazon.awscdk.services.ec2
-
- S3DownloadOptions.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- SAGEMAKER_API - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- SAGEMAKER_NOTEBOOK - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- SAGEMAKER_RUNTIME - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- SAGEMAKER_RUNTIME_FIPS - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- samlProviderArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Builder
-
- secondaryAllocationIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway.Builder
-
Secondary EIP allocation IDs.
- secondaryAllocationIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Builder
-
- secondaryPrivateIpAddressCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Builder
-
- secondaryPrivateIpAddressCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Builder
-
- secondaryPrivateIpAddressCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway.Builder
-
[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.
- secondaryPrivateIpAddressCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Builder
-
- secondaryPrivateIpAddressCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface.Builder
-
The number of secondary private IPv4 addresses to assign to a network interface.
- secondaryPrivateIpAddressCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Builder
-
- secondaryPrivateIpAddressCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder
-
- secondaryPrivateIpAddresses(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway.Builder
-
Secondary private IPv4 addresses.
- secondaryPrivateIpAddresses(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Builder
-
- SECRETS_MANAGER - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux.Builder
-
Security Group to assign to this instance.
- securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Builder
-
- securityGroup(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- securityGroup(CfnNetworkInsightsAnalysis.AnalysisComponentProperty) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.services.ec2.Instance.Builder
-
Security Group to assign to this instance.
- securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Builder
-
- securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate.Builder
-
Security group to assign to instances created with the launch template.
- securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Builder
-
- securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.services.ec2.NatInstanceProps.Builder
-
- securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.services.ec2.NatInstanceProvider.Builder
-
Security Group for NAT instances.
- SecurityGroup - Class in software.amazon.awscdk.services.ec2
-
Creates an Amazon EC2 security group within a VPC.
- SecurityGroup(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.ec2.SecurityGroup
-
- SecurityGroup(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.ec2.SecurityGroup
-
- SecurityGroup(Construct, String, SecurityGroupProps) - Constructor for class software.amazon.awscdk.services.ec2.SecurityGroup
-
- SecurityGroup.Builder - Class in software.amazon.awscdk.services.ec2
-
- securityGroupEgress(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.Builder
-
[VPC only] The outbound rules associated with the security group.
- securityGroupEgress(List<? extends Object>) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.Builder
-
[VPC only] The outbound rules associated with the security group.
- securityGroupEgress(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Builder
-
- securityGroupEgress(List<? extends Object>) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Builder
-
- securityGroupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Builder
-
- securityGroupId(String) - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAttributes.Builder
-
- securityGroupId(String, String) - Static method in class software.amazon.awscdk.services.ec2.Peer
-
A security group ID.
- securityGroupId(String) - Static method in class software.amazon.awscdk.services.ec2.Peer
-
A security group ID.
- securityGroupIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.Builder
-
The IDs of one or more security groups to apply to the target network.
- securityGroupIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Builder
-
- securityGroupIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance.Builder
-
The IDs of the security groups.
- securityGroupIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Builder
-
- securityGroupIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Builder
-
- securityGroupIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint.Builder
-
The IDs of the security groups to associate with the endpoint network interfaces.
- securityGroupIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointProps.Builder
-
- SecurityGroupImportOptions - Interface in software.amazon.awscdk.services.ec2
-
Additional options for imported security groups.
- SecurityGroupImportOptions.Builder - Class in software.amazon.awscdk.services.ec2
-
- SecurityGroupImportOptions.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- securityGroupIngress(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.Builder
-
The inbound rules associated with the security group.
- securityGroupIngress(List<? extends Object>) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.Builder
-
The inbound rules associated with the security group.
- securityGroupIngress(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Builder
-
- securityGroupIngress(List<? extends Object>) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupProps.Builder
-
- securityGroupName(String) - Method in class software.amazon.awscdk.services.ec2.SecurityGroup.Builder
-
The name of the security group.
- securityGroupName(String) - Method in class software.amazon.awscdk.services.ec2.SecurityGroupProps.Builder
-
- SecurityGroupProps - Interface in software.amazon.awscdk.services.ec2
-
Example:
- SecurityGroupProps.Builder - Class in software.amazon.awscdk.services.ec2
-
- SecurityGroupProps.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- securityGroupRule(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- securityGroupRule(CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- securityGroupRule(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Builder
-
- securityGroupRule(CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Builder
-
- securityGroups(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance.Builder
-
[EC2-Classic, default VPC] The names of the security groups.
- securityGroups(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Builder
-
- securityGroups(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.LaunchTemplateDataProperty.Builder
-
- securityGroups(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- securityGroups(List<? extends Object>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- securityGroups(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder
-
- securityGroups(List<? extends Object>) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder
-
- securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpoint.Builder
-
The security groups to apply to the target network.
- securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointAttributes.Builder
-
- securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Builder
-
- securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Builder
-
- securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.ec2.Connections.Builder
-
What securityGroup(s) this object is managing connections for.
- securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.ec2.ConnectionsProps.Builder
-
- securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpoint.Builder
-
The security groups to associate with this interface VPC endpoint.
- securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAttributes.Builder
-
- securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions.Builder
-
- securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps.Builder
-
- SelectedSubnets - Interface in software.amazon.awscdk.services.ec2
-
Result of selecting a subset of subnets from a VPC.
- SelectedSubnets.Builder - Class in software.amazon.awscdk.services.ec2
-
- SelectedSubnets.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- selectSubnetObjects(SubnetSelection) - Method in class software.amazon.awscdk.services.ec2.Vpc
-
Return the subnets appropriate for the placement strategy.
- selectSubnetObjects() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
Return the subnets appropriate for the placement strategy.
- selectSubnets(SubnetSelection) - Method in interface software.amazon.awscdk.services.ec2.IVpc.Jsii$Default
-
Return information on the subnets appropriate for the given selection strategy.
- selectSubnets(SubnetSelection) - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
Return information on the subnets appropriate for the given selection strategy.
- selectSubnets() - Method in class software.amazon.awscdk.services.ec2.IVpc.Jsii$Proxy
-
Return information on the subnets appropriate for the given selection strategy.
- selectSubnets(SubnetSelection) - Method in interface software.amazon.awscdk.services.ec2.IVpc
-
Return information on the subnets appropriate for the given selection strategy.
- selectSubnets() - Method in interface software.amazon.awscdk.services.ec2.IVpc
-
Return information on the subnets appropriate for the given selection strategy.
- selectSubnets(List<ISubnet>) - Method in class software.amazon.awscdk.services.ec2.SubnetFilter
-
Executes the subnet filtering logic, returning a filtered set of subnets.
- selectSubnets(SubnetSelection) - Method in class software.amazon.awscdk.services.ec2.Vpc
-
Returns IDs of selected subnets.
- selectSubnets() - Method in class software.amazon.awscdk.services.ec2.Vpc
-
Returns IDs of selected subnets.
- selfServicePortal(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.Builder
-
Specify whether to enable the self-service portal for the Client VPN endpoint.
- selfServicePortal(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Builder
-
- selfServicePortal(Boolean) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpoint.Builder
-
Specify whether to enable the self-service portal for the Client VPN endpoint.
- selfServicePortal(Boolean) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Builder
-
- selfServicePortal(Boolean) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Builder
-
- selfServiceSamlProviderArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Builder
-
- sequenceNumber(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Builder
-
- serverCertificateArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.Builder
-
The ARN of the server certificate.
- serverCertificateArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Builder
-
- serverCertificateArn(String) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpoint.Builder
-
The ARN of the server certificate.
- serverCertificateArn(String) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Builder
-
- serverCertificateArn(String) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Builder
-
- service(IGatewayVpcEndpointService) - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpoint.Builder
-
The service to use for this gateway VPC endpoint.
- service(IGatewayVpcEndpointService) - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpointOptions.Builder
-
- service(IGatewayVpcEndpointService) - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpointProps.Builder
-
- service(IInterfaceVpcEndpointService) - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpoint.Builder
-
The service to use for this interface VPC endpoint.
- service(IInterfaceVpcEndpointService) - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions.Builder
-
- service(IInterfaceVpcEndpointService) - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps.Builder
-
- SERVICE_CATALOG - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- serviceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotification.Builder
-
The ID of the endpoint service.
- serviceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotificationProps.Builder
-
- serviceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissions.Builder
-
The ID of the service.
- serviceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissionsProps.Builder
-
- serviceName(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint.Builder
-
The service name.
- serviceName(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointProps.Builder
-
- serviceRestartHandle(InitServiceRestartHandle) - Method in class software.amazon.awscdk.services.ec2.InitServiceOptions.Builder
-
- serviceRestartHandles(List<? extends InitServiceRestartHandle>) - Method in class software.amazon.awscdk.services.ec2.InitCommandOptions.Builder
-
- serviceRestartHandles(List<? extends InitServiceRestartHandle>) - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Builder
-
- serviceRestartHandles(List<? extends InitServiceRestartHandle>) - Method in class software.amazon.awscdk.services.ec2.InitFileOptions.Builder
-
- serviceRestartHandles(List<? extends InitServiceRestartHandle>) - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Builder
-
- serviceRestartHandles(List<? extends InitServiceRestartHandle>) - Method in class software.amazon.awscdk.services.ec2.InitSourceOptions.Builder
-
- serviceRestartHandles(List<? extends InitServiceRestartHandle>) - Method in class software.amazon.awscdk.services.ec2.LocationPackageOptions.Builder
-
- serviceRestartHandles(List<? extends InitServiceRestartHandle>) - Method in class software.amazon.awscdk.services.ec2.NamedPackageOptions.Builder
-
- sessionNumber(Number) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession.Builder
-
The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions.
- sessionNumber(Number) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps.Builder
-
- sessionTimeout(ClientVpnSessionTimeout) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpoint.Builder
-
The maximum VPN session duration time.
- sessionTimeout(ClientVpnSessionTimeout) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Builder
-
- sessionTimeout(ClientVpnSessionTimeout) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Builder
-
- sessionTimeoutHours(Number) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.Builder
-
The maximum VPN session duration time in hours.
- sessionTimeoutHours(Number) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Builder
-
- setAcceptanceRequired(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
- setAcceptanceRequired(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
Indicates whether requests from service consumers to create an endpoint to your service must be accepted.
- setAccessGroupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.
- setAdditionalAccounts(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The member accounts that contain resources that the path can traverse.
- setAdditionalInfo(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
This property is reserved for internal use.
- setAddressFamily(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The address family of the pool.
- setAddressFamily(String) - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
The IP address type.
- setAddSubnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The IDs of one or more subnets to add.
- setAffinity(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether the instance is associated with a dedicated host.
- setAllocationDefaultNetmaskLength(Number) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The default netmask length for allocations added to this pool.
- setAllocationId(String) - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociation
-
[EC2-VPC] The allocation ID.
- setAllocationId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.
- setAllocationMaxNetmaskLength(Number) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant.
- setAllocationMinNetmaskLength(Number) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant.
- setAllocationResourceTags(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
Tags that are required for resources that use CIDRs from this IPAM pool.
- setAllocationResourceTags(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
Tags that are required for resources that use CIDRs from this IPAM pool.
- setAllocationStrategy(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use.
- setAllowedPrincipals(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissions
-
The Amazon Resource Names (ARN) of one or more principals (users, IAM roles, and AWS accounts).
- setAmazonProvidedIpv6CidrBlock(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
- setAmazonProvidedIpv6CidrBlock(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
- setAmazonSideAsn(Number) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
- setAmazonSideAsn(Number) - Method in class software.amazon.awscdk.services.ec2.CfnVPNGateway
-
The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
- setAssignIpv6AddressOnCreation(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether a network interface created in this subnet receives an IPv6 address.
- setAssignIpv6AddressOnCreation(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether a network interface created in this subnet receives an IPv6 address.
- setAssociationDefaultRouteTableId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
The ID of the default association route table.
- setAuthenticationOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Information about the authentication method to be used to authenticate clients.
- setAuthenticationOptions(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Information about the authentication method to be used to authenticate clients.
- setAuthorizeAllGroups(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
Indicates whether to grant access to all clients.
- setAuthorizeAllGroups(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
Indicates whether to grant access to all clients.
- setAutoAcceptSharedAttachments(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Enable or disable automatic acceptance of attachment requests.
- setAutoEnableIo(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
Indicates whether the volume is auto-enabled for I/O operations.
- setAutoEnableIo(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
Indicates whether the volume is auto-enabled for I/O operations.
- setAutoImport(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.
- setAutoImport(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.
- setAutoPlacement(String) - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.
- setAvailabilityZone(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The Availability Zone in which to create the Capacity Reservation.
- setAvailabilityZone(String) - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
The Availability Zone in which to allocate the Dedicated Host.
- setAvailabilityZone(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The Availability Zone of the instance.
- setAvailabilityZone(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The Availability Zone of the subnet.
- setAvailabilityZone(String) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The Availability Zone in which to create the volume.
- setAvailabilityZoneId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The AZ ID of the subnet.
- setAwsAccountId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermission
-
The AWS account ID.
- setAwsService(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
Limits which service in AWS that the pool can be used in.
- setBgpAsn(Number) - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGateway
-
For devices that support BGP, the customer gateway's BGP ASN.
- setBlackhole(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRoute
-
Indicates whether to drop traffic that matches this route.
- setBlackhole(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRoute
-
Indicates whether to drop traffic that matches this route.
- setBlockDeviceMappings(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The block device mapping entries that defines the block devices to attach to the instance at launch.
- setBlockDeviceMappings(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The block device mapping entries that defines the block devices to attach to the instance at launch.
- setCarrierGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of the carrier gateway.
- setCertificateArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociation
-
The ARN of the ACM certificate with which to associate the IAM role.
- setCidr(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocation
-
The CIDR you would like to allocate from the IPAM pool.
- setCidr(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidr
-
The CIDR provisioned to the IPAM pool.
- setCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The IPv4 CIDR range to allow or deny, in CIDR notation (for example, 172.16.0.0/24).
- setCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The IPv4 CIDR block assigned to the subnet.
- setCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The IPv4 network range for the VPC, in CIDR notation.
- setCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
An IPv4 CIDR block to associate with the VPC.
- setCidrIp(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The IPv4 address range, in CIDR format.
- setCidrIp(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The IPv4 address range, in CIDR format.
- setCidrIpv6(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The IPv6 address range, in CIDR format.
- setCidrIpv6(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The IPv6 address range, in CIDR format.
- setClientCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The IPv4 address range, in CIDR notation, from which to assign client IP addresses.
- setClientConnectOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The options for managing connection authorization for new client connections.
- setClientConnectOptions(CfnClientVpnEndpoint.ClientConnectOptionsProperty) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The options for managing connection authorization for new client connections.
- setClientLoginBannerOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
- setClientLoginBannerOptions(CfnClientVpnEndpoint.ClientLoginBannerOptionsProperty) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
- setClientVpnEndpointId(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
The ID of the Client VPN endpoint.
- setClientVpnEndpointId(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRoute
-
The ID of the Client VPN endpoint to which to add the route.
- setClientVpnEndpointId(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnTargetNetworkAssociation
-
The ID of the Client VPN endpoint.
- setConnectionEvents(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotification
-
The endpoint events for which to receive notifications.
- setConnectionLogOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Information about the client connection logging options.
- setConnectionLogOptions(CfnClientVpnEndpoint.ConnectionLogOptionsProperty) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Information about the client connection logging options.
- setConnectionNotificationArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotification
-
The ARN of the SNS topic for the notifications.
- setConnectivityType(String) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
Indicates whether the NAT gateway supports public or private connectivity.
- setContext(String) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Reserved.
- setContributorInsightsEnabled(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
Indicates whether to enable the built-in Contributor Insights rules.
- setContributorInsightsEnabled(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
Indicates whether to enable the built-in Contributor Insights rules.
- setCpuOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The CPU options for the instance.
- setCpuOptions(CfnInstance.CpuOptionsProperty) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The CPU options for the instance.
- setCreditSpecification(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The credit option for CPU usage of the burstable performance instance.
- setCreditSpecification(CfnInstance.CreditSpecificationProperty) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The credit option for CPU usage of the burstable performance instance.
- setCustomerGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The ID of the customer gateway at your end of the VPN connection.
- setDefaultResourceDiscoveryAssociationId(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The IPAM's default resource discovery association ID.
- setDefaultResourceDiscoveryId(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The IPAM's default resource discovery ID.
- setDefaultRouteTableAssociation(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Enable or disable automatic association with the default association route table.
- setDefaultRouteTablePropagation(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Enable or disable automatic propagation of routes to the default propagation route table.
- setDeleteOnTermination(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment
-
Whether to delete the network interface when the instance terminates.
- setDeleteOnTermination(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment
-
Whether to delete the network interface when the instance terminates.
- setDeliverLogsPermissionArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
A brief description of the authorization rule.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
A brief description of the Client VPN endpoint.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRoute
-
A brief description of the route.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The description for the IPAM.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocation
-
A description for the allocation.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The description of the IPAM pool.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
The resource discovery description.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
The description of the scope.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
A description for the network interface.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The description of an egress (outbound) security group rule.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
Updates the description of an ingress (inbound) security group rule.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilter
-
The description of the Traffic Mirror filter.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The description of the Traffic Mirror rule.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The description of the Traffic Mirror session.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTarget
-
The description of the Traffic Mirror target.
- setDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
The description of the transit gateway.
- setDestination(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The AWS resource that is the destination of the path.
- setDestination(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscription
-
The Region or Availability Zone that's the target for the subscription.
- setDestinationCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRoute
-
The IPv4 address range, in CIDR notation, of the route destination.
- setDestinationCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRoute
-
The CIDR block used for destination matches.
- setDestinationCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The IPv4 CIDR block used for the destination match.
- setDestinationCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The destination CIDR block to assign to the Traffic Mirror rule.
- setDestinationCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRoute
-
The CIDR block used for destination matches.
- setDestinationCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionRoute
-
The CIDR block associated with the local subnet of the customer network.
- setDestinationIp(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The IP address of the AWS resource that is the destination of the path.
- setDestinationIpv6CidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The IPv6 CIDR block used for the destination match.
- setDestinationOptions(Object) - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The destination options.
- setDestinationPort(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The destination port.
- setDestinationPortRange(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The destination port range.
- setDestinationPortRange(CfnTrafficMirrorFilterRule.TrafficMirrorPortRangeProperty) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The destination port range.
- setDestinationPrefixListId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
[EC2-VPC only] The prefix list IDs for an AWS service.
- setDestinationSecurityGroupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The ID of the security group.
- setDevice(String) - Method in class software.amazon.awscdk.services.ec2.CfnVolumeAttachment
-
The device name (for example, `/dev/sdh` or `xvdh` ).
- setDeviceIndex(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment
-
The network interface's position in the attachment order.
- setDeviceName(String) - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGateway
-
The name of customer gateway device.
- setDhcpOptionsId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCDHCPOptionsAssociation
-
The ID of the DHCP options set, or `default` to associate no DHCP options with the VPC.
- setDisableApiTermination(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
If you set this parameter to `true` , you can't terminate the instance using the Amazon EC2 console, CLI, or API;
- setDisableApiTermination(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
If you set this parameter to `true` , you can't terminate the instance using the Amazon EC2 console, CLI, or API;
- setDnsServers(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Information about the DNS servers to be used for DNS resolution.
- setDnsSupport(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Enable or disable DNS support.
- setDomain(String) - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
Indicates whether the Elastic IP address is for use with instances in a VPC or instance in EC2-Classic.
- setDomainName(String) - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
This value is used to complete unqualified DNS hostnames.
- setDomainNameServers(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
The IPv4 addresses of up to four domain name servers, or `AmazonProvidedDNS` .
- setEbsOptimized(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Indicates whether the Capacity Reservation supports EBS-optimized instances.
- setEbsOptimized(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Indicates whether the Capacity Reservation supports EBS-optimized instances.
- setEbsOptimized(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether the instance is optimized for Amazon EBS I/O.
- setEbsOptimized(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether the instance is optimized for Amazon EBS I/O.
- setEgress(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
Whether this rule applies to egress traffic from the subnet ( `true` ) or ingress traffic to the subnet ( `false` ).
- setEgress(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
Whether this rule applies to egress traffic from the subnet ( `true` ) or ingress traffic to the subnet ( `false` ).
- setEgressOnlyInternetGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of the egress-only internet gateway.
- setEip(String) - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociation
-
[EC2-Classic] The Elastic IP address to associate with the instance.
- setElasticGpuSpecifications(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
An elastic GPU to associate with the instance.
- setElasticGpuSpecifications(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
An elastic GPU to associate with the instance.
- setElasticInferenceAccelerators(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
An elastic inference accelerator to associate with the instance.
- setElasticInferenceAccelerators(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
An elastic inference accelerator to associate with the instance.
- setEnableDns64(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
- setEnableDns64(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
- setEnableDnsHostnames(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
Indicates whether the instances launched in the VPC get DNS hostnames.
- setEnableDnsHostnames(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
Indicates whether the instances launched in the VPC get DNS hostnames.
- setEnableDnsSupport(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
Indicates whether the DNS resolution is supported for the VPC.
- setEnableDnsSupport(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
Indicates whether the DNS resolution is supported for the VPC.
- setEnclaveOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether the instance is enabled for AWS Nitro Enclaves.
- setEnclaveOptions(CfnInstance.EnclaveOptionsProperty) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether the instance is enabled for AWS Nitro Enclaves.
- setEncrypted(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
Indicates whether the volume should be encrypted.
- setEncrypted(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
Indicates whether the volume should be encrypted.
- setEndDate(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The date and time at which the Capacity Reservation expires.
- setEndDate(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
The date and time at which the Capacity Reservation Fleet expires.
- setEndDateType(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Indicates the way in which the Capacity Reservation ends.
- setEntries(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
One or more entries for the prefix list.
- setEntries(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
One or more entries for the prefix list.
- setEphemeralStorage(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
*Deprecated.*.
- setEphemeralStorage(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
*Deprecated.*.
- setExcessCapacityTerminationPolicy(String) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
- setExcludePaths(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
The paths to exclude.
- setExcludePaths(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
The paths to exclude.
- setFilterInArns(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The Amazon Resource Names (ARN) of the resources that the path must traverse.
- setFromPort(Number) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
If the protocol is TCP or UDP, this is the start of the port range.
- setFromPort(Number) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.
- setGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociation
-
The ID of the gateway.
- setGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of an internet gateway or virtual private gateway attached to your VPC.
- setGatewayLoadBalancerArns(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
The Amazon Resource Names (ARNs) of the Gateway Load Balancers.
- setGatewayLoadBalancerEndpointId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTarget
-
The ID of the Gateway Load Balancer endpoint.
- setGroupDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
A description for the security group.
- setGroupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The ID of the security group.
- setGroupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The ID of the security group.
- setGroupIpAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The IP address assigned to the transit gateway multicast group.
- setGroupIpAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The IP address assigned to the transit gateway multicast group.
- setGroupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
The name of the security group.
- setGroupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The name of the security group.
- setGroupSet(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The security group IDs associated with this network interface.
- setHibernationOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether an instance is enabled for hibernation.
- setHibernationOptions(CfnInstance.HibernationOptionsProperty) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether an instance is enabled for hibernation.
- setHostId(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
If you specify host for the `Affinity` property, the ID of a dedicated host that the instance is associated with.
- setHostRecovery(String) - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
Indicates whether to enable or disable host recovery for the Dedicated Host.
- setHostResourceGroupArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The ARN of the host resource group in which to launch the instances.
- setIamInstanceProfile(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The name of an IAM instance profile.
- setIcmp(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The Internet Control Message Protocol (ICMP) code and type.
- setIcmp(CfnNetworkAclEntry.IcmpProperty) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The Internet Control Message Protocol (ICMP) code and type.
- setImageId(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The ID of the AMI.
- setIncompleteSubnetDefinition(Boolean) - Method in class software.amazon.awscdk.services.ec2.Vpc
-
If this is set to true, don't error out on trying to select subnets.
- setInstanceCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The number of instances for which to reserve capacity.
- setInstanceFamily(String) - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
The instance family supported by the Dedicated Host.
- setInstanceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
The ID of the instance.
- setInstanceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociation
-
The ID of the instance.
- setInstanceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment
-
The ID of the instance to which you will attach the ENI.
- setInstanceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of a NAT instance in your VPC.
- setInstanceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVolumeAttachment
-
The ID of the instance to which the volume attaches.
- setInstanceInitiatedShutdownBehavior(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
- setInstanceMatchCriteria(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Indicates the type of instance launches that the Capacity Reservation accepts.
- setInstanceMatchCriteria(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
- setInstancePlatform(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The type of operating system for which to reserve capacity.
- setInstanceTenancy(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The allowed tenancy of instances launched into the VPC.
- setInstanceType(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The instance type for which to reserve capacity.
- setInstanceType(String) - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
Specifies the instance type to be supported by the Dedicated Hosts.
- setInstanceType(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The instance type.
- setInstanceTypeSpecifications(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
Information about the instance types for which to reserve the capacity.
- setInstanceTypeSpecifications(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
Information about the instance types for which to reserve the capacity.
- setInterfaceType(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The type of network interface.
- setInternetGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachment
-
The ID of the internet gateway.
- setIops(Number) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The number of I/O operations per second (IOPS).
- setIpAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGateway
-
IPv4 address for the customer gateway device's outside interface.
- setIpamId(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
The IPAM ID.
- setIpamId(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMScope
-
The ID of the IPAM for which you're creating this scope.
- setIpamPoolId(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocation
-
The ID of the IPAM pool from which you would like to allocate a CIDR.
- setIpamPoolId(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidr
-
The ID of the IPAM pool.
- setIpamResourceDiscoveryId(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscoveryAssociation
-
The resource discovery ID.
- setIpamScopeId(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The ID of the scope in which you would like to create the IPAM pool.
- setIpProtocol(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
The IP protocol name ( `tcp` , `udp` , `icmp` , `icmpv6` ) or number (see [Protocol Numbers](https://docs.aws.amazon.com/http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) ).
- setIpProtocol(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The IP protocol name ( `tcp` , `udp` , `icmp` , `icmpv6` ) or number (see [Protocol Numbers](https://docs.aws.amazon.com/http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) ).
- setIpv4IpamPoolId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR.
- setIpv4IpamPoolId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
Associate a CIDR allocated from an IPv4 IPAM pool to a VPC.
- setIpv4NetmaskLength(Number) - Method in class software.amazon.awscdk.services.ec2.CfnVPC
-
The netmask length of the IPv4 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool.
- setIpv4NetmaskLength(Number) - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
- setIpv6AddressCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
[EC2-VPC] The number of IPv6 addresses to associate with the primary network interface.
- setIpv6AddressCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The number of IPv6 addresses to assign to a network interface.
- setIpv6Addresses(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
- setIpv6Addresses(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
[EC2-VPC] The IPv6 addresses from the range of the subnet to associate with the primary network interface.
- setIpv6Addresses(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface.
- setIpv6Addresses(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet to associate with the network interface.
- setIpv6CidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The IPv6 network range to allow or deny, in CIDR notation.
- setIpv6CidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The IPv6 CIDR block.
- setIpv6CidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetCidrBlock
-
The IPv6 network range for the subnet, in CIDR notation.
- setIpv6CidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
An IPv6 CIDR block from the IPv6 address pool.
- setIpv6IpamPoolId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
Associates a CIDR allocated from an IPv6 IPAM pool to a VPC.
- setIpv6Native(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether this is an IPv6 only subnet.
- setIpv6Native(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether this is an IPv6 only subnet.
- setIpv6NetmaskLength(Number) - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
- setIpv6Pool(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.
- setKernelId(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The ID of the kernel.
- setKeyName(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The name of the key pair.
- setKeyName(String) - Method in class software.amazon.awscdk.services.ec2.CfnKeyPair
-
A unique name for the key pair.
- setKeyType(String) - Method in class software.amazon.awscdk.services.ec2.CfnKeyPair
-
The type of key pair.
- setKmsKeyId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The identifier of the AWS KMS key to use for Amazon EBS encryption.
- setLaunchTemplate(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The launch template to use to launch the instances.
- setLaunchTemplate(CfnInstance.LaunchTemplateSpecificationProperty) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The launch template to use to launch the instances.
- setLaunchTemplateConfigs(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The configuration for the EC2 Fleet.
- setLaunchTemplateConfigs(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The configuration for the EC2 Fleet.
- setLaunchTemplateData(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
The information for the launch template.
- setLaunchTemplateData(CfnLaunchTemplate.LaunchTemplateDataProperty) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
The information for the launch template.
- setLaunchTemplateName(String) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
A name for the launch template.
- setLicenseSpecifications(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The license configurations.
- setLicenseSpecifications(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The license configurations.
- setLocale(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The locale of the IPAM pool.
- setLocalGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of the local gateway.
- setLocalGatewayRouteTableId(String) - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRoute
-
The ID of the local gateway route table.
- setLocalGatewayRouteTableId(String) - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociation
-
The ID of the local gateway route table.
- setLocalGatewayVirtualInterfaceGroupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRoute
-
The ID of the virtual interface group.
- setLogDestination(String) - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The destination for the flow log data.
- setLogDestinationType(String) - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The type of destination for the flow log data.
- setLogFormat(String) - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The fields to include in the flow log record, in the order in which they should appear.
- setLogGroupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.
- setMapPublicIpOnLaunch(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether instances launched in this subnet receive a public IPv4 address.
- setMapPublicIpOnLaunch(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
Indicates whether instances launched in this subnet receive a public IPv4 address.
- setMatchPaths(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
The paths to match.
- setMatchPaths(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope
-
The paths to match.
- setMaxAggregationInterval(Number) - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.
- setMaxDrainDurationSeconds(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress.
- setMaxEntries(Number) - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
The maximum number of entries for the prefix list.
- setMetric(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscription
-
The metric used for the subscription.
- setMonitoring(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Specifies whether detailed monitoring is enabled for the instance.
- setMonitoring(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Specifies whether detailed monitoring is enabled for the instance.
- setMultiAttachEnabled(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
Indicates whether Amazon EBS Multi-Attach is enabled.
- setMultiAttachEnabled(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
Indicates whether Amazon EBS Multi-Attach is enabled.
- setMulticastSupport(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Indicates whether multicast is enabled on the transit gateway.
- setNatGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of a NAT gateway.
- setNetbiosNameServers(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
The IPv4 addresses of up to four NetBIOS name servers.
- setNetbiosNodeType(Number) - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
The NetBIOS node type (1, 2, 4, or 8).
- setNetmaskLength(Number) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMAllocation
-
The netmask length of the CIDR you would like to allocate from the IPAM pool.
- setNetmaskLength(Number) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolCidr
-
The netmask length of the CIDR you'd like to provision to a pool.
- setNetworkAclId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The ID of the ACL for the entry.
- setNetworkAclId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociation
-
The ID of the network ACL.
- setNetworkBorderGroup(String) - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
A unique set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses.
- setNetworkInsightsAccessScopeId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysis
-
The ID of the Network Access Scope.
- setNetworkInsightsPathId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis
-
The ID of the path.
- setNetworkInterfaceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociation
-
[EC2-VPC] The ID of the network interface.
- setNetworkInterfaceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRoute
-
The ID of the network interface.
- setNetworkInterfaceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceAttachment
-
The ID of the ENI that you want to attach.
- setNetworkInterfaceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermission
-
The ID of the network interface.
- setNetworkInterfaceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of the network interface.
- setNetworkInterfaceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The ID of the source network interface.
- setNetworkInterfaceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTarget
-
The network interface ID that is associated with the target.
- setNetworkInterfaceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The group members' network interface IDs to register with the transit gateway multicast group.
- setNetworkInterfaceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The group sources' network interface IDs to register with the transit gateway multicast group.
- setNetworkInterfaces(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The network interfaces to associate with the instance.
- setNetworkInterfaces(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The network interfaces to associate with the instance.
- setNetworkLoadBalancerArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorTarget
-
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
- setNetworkLoadBalancerArns(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
The Amazon Resource Names (ARNs) of the Network Load Balancers.
- setNetworkServices(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilter
-
The network service traffic that is associated with the Traffic Mirror filter.
- setNoRemoveEndDate(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
`AWS::EC2::CapacityReservationFleet.NoRemoveEndDate`.
- setNoRemoveEndDate(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
`AWS::EC2::CapacityReservationFleet.NoRemoveEndDate`.
- setNtpServers(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnDHCPOptions
-
The IPv4 addresses of up to four Network Time Protocol (NTP) servers.
- setOnDemandOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Describes the configuration of On-Demand Instances in an EC2 Fleet.
- setOnDemandOptions(CfnEC2Fleet.OnDemandOptionsRequestProperty) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Describes the configuration of On-Demand Instances in an EC2 Fleet.
- setOperatingRegions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The operating Regions for an IPAM.
- setOperatingRegions(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The operating Regions for an IPAM.
- setOperatingRegions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
The operating Regions for the resource discovery.
- setOperatingRegions(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMResourceDiscovery
-
The operating Regions for the resource discovery.
- setOptions(Object) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment
-
The VPC attachment options, in JSON or YAML.
- setOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect
-
The Connect attachment options.
- setOptions(CfnTransitGatewayConnect.TransitGatewayConnectOptionsProperty) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect
-
The Connect attachment options.
- setOptions(Object) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain
-
The options for the transit gateway multicast domain.
- setOptions(Object) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The VPC attachment options, in JSON or YAML.
- setOutPostArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity Reservation.
- setOutpostArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnHost
-
The Amazon Resource Name (ARN) of the AWS Outpost on which the Dedicated Host is allocated.
- setOutpostArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The Amazon Resource Name (ARN) of the Outpost.
- setOutpostArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The Amazon Resource Name (ARN) of the Outpost.
- setPacketLength(Number) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The number of bytes in each packet to mirror.
- setPartitionCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroup
-
The number of partitions.
- setPayerResponsibility(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointService
-
The entity that is responsible for the endpoint costs.
- setPeerAccountId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The ID of the AWS account that owns the transit gateway.
- setPeerOwnerId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
The AWS account ID of the owner of the accepter VPC.
- setPeerRegion(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The Region of the transit gateway.
- setPeerRegion(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.
- setPeerRoleArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
The Amazon Resource Name (ARN) of the VPC peer role for the peering connection in another AWS account.
- setPeerTransitGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The ID of the transit gateway.
- setPeerVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
The ID of the VPC with which you are creating the VPC peering connection.
- setPermission(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfacePermission
-
The type of permission to grant: `INSTANCE-ATTACH` or `EIP-ASSOCIATE` .
- setPlacementGroupArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation.
- setPlacementGroupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The name of an existing placement group that you want to launch the instance into (cluster | partition | spread).
- setPolicyDocument(Object) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
A policy that controls access to the service from the VPC.
- setPolicyDocument(PolicyDocument) - Method in class software.amazon.awscdk.services.ec2.VpcEndpoint
-
- setPortRange(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The range of port numbers for the UDP/TCP protocol.
- setPortRange(CfnNetworkAclEntry.PortRangeProperty) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The range of port numbers for the UDP/TCP protocol.
- setPrefixListName(String) - Method in class software.amazon.awscdk.services.ec2.CfnPrefixList
-
A name for the prefix list.
- setPrivateDnsEnabled(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
Indicate whether to associate a private hosted zone with the specified VPC.
- setPrivateDnsEnabled(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
Indicate whether to associate a private hosted zone with the specified VPC.
- setPrivateDnsNameOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The options for the instance hostname.
- setPrivateDnsNameOptions(CfnInstance.PrivateDnsNameOptionsProperty) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The options for the instance hostname.
- setPrivateDnsNameOptionsOnLaunch(Object) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The hostname type for EC2 instances launched into this subnet and how DNS A and AAAA record queries to the instances should be handled.
- setPrivateIpAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnEIPAssociation
-
[EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address.
- setPrivateIpAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
[EC2-VPC] The primary IPv4 address.
- setPrivateIpAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
The private IPv4 address to assign to the NAT gateway.
- setPrivateIpAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
Assigns a single private IP address to the network interface, which is used as the primary private IP address.
- setPrivateIpAddresses(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
Assigns private IP addresses to the network interface.
- setPrivateIpAddresses(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
Assigns private IP addresses to the network interface.
- setPropagateTagsToVolumeOnCreation(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether to assign the tags from the instance to all of the volumes attached to the instance at launch.
- setPropagateTagsToVolumeOnCreation(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Indicates whether to assign the tags from the instance to all of the volumes attached to the instance at launch.
- setPropagationDefaultRouteTableId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
The ID of the default propagation route table.
- setProtocol(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
The IP protocol that the rule applies to.
- setProtocol(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The protocol.
- setProtocol(Number) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The protocol, for example UDP, to assign to the Traffic Mirror rule.
- setProvisionedCidrs(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
Information about the CIDRs provisioned to an IPAM pool.
- setProvisionedCidrs(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
Information about the CIDRs provisioned to an IPAM pool.
- setPublicIpSource(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The IP address source for pools in the public scope.
- setPublicIpv4Pool(String) - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
The ID of an address pool that you own.
- setPublicKeyMaterial(String) - Method in class software.amazon.awscdk.services.ec2.CfnKeyPair
-
The public key material.
- setPubliclyAdvertisable(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
Determines if a pool is publicly advertisable.
- setPubliclyAdvertisable(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
Determines if a pool is publicly advertisable.
- setRamdiskId(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The ID of the RAM disk to select.
- setRemoveEndDate(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
`AWS::EC2::CapacityReservationFleet.RemoveEndDate`.
- setRemoveEndDate(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
`AWS::EC2::CapacityReservationFleet.RemoveEndDate`.
- setRemoveSubnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The IDs of one or more subnets to remove.
- setReplaceUnhealthyInstances(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
- setReplaceUnhealthyInstances(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
- setResourceDiscoveryAssociationCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnIPAM
-
The IPAM's resource discovery association count.
- setResourceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The ID of the resource to monitor.
- setResourceId(String) - Method in class software.amazon.awscdk.services.ec2.FlowLogResourceType
-
The Id of the resource that the flow log should be attached to.
- setResourceType(String) - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The type of resource to monitor.
- setResourceType(String) - Method in class software.amazon.awscdk.services.ec2.FlowLogResourceType
-
The type of resource to attach a flow log to.
- setRoleArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociation
-
The ARN of the IAM role to associate with the ACM certificate.
- setRouteTableId(String) - Method in class software.amazon.awscdk.services.ec2.CfnGatewayRouteTableAssociation
-
The ID of the route table.
- setRouteTableId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of the route table.
- setRouteTableId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociation
-
The ID of the route table.
- setRouteTableIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The IDs of the route tables.
- setRouteTableIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPNGatewayRoutePropagation
-
The ID of the route table.
- setRuleAction(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
Whether to allow or deny traffic that matches the rule;
- setRuleAction(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The action to take on the filtered traffic.
- setRuleNumber(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAclEntry
-
Rule number to assign to the entry, such as 100.
- setRuleNumber(Number) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The number of the Traffic Mirror rule.
- setSecondaryAllocationIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
Secondary EIP allocation IDs.
- setSecondaryPrivateIpAddressCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.
- setSecondaryPrivateIpAddressCount(Number) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The number of secondary private IPv4 addresses to assign to a network interface.
- setSecondaryPrivateIpAddresses(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
Secondary private IPv4 addresses.
- setSecurityGroupEgress(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
[VPC only] The outbound rules associated with the security group.
- setSecurityGroupEgress(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
[VPC only] The outbound rules associated with the security group.
- setSecurityGroupIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The IDs of one or more security groups to apply to the target network.
- setSecurityGroupIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The IDs of the security groups.
- setSecurityGroupIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The IDs of the security groups to associate with the endpoint network interfaces.
- setSecurityGroupIngress(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
The inbound rules associated with the security group.
- setSecurityGroupIngress(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
The inbound rules associated with the security group.
- setSecurityGroups(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
[EC2-Classic, default VPC] The names of the security groups.
- setSelfServicePortal(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Specify whether to enable the self-service portal for the Client VPN endpoint.
- setServerCertificateArn(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The ARN of the server certificate.
- setServiceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotification
-
The ID of the endpoint service.
- setServiceId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointServicePermissions
-
The ID of the service.
- setServiceName(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The service name.
- setSessionNumber(Number) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions.
- setSessionTimeoutHours(Number) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The maximum VPN session duration time in hours.
- setSize(Number) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The size of the volume, in GiBs.
- setSnapshotId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The snapshot from which to create the volume.
- setSource(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The AWS resource that is the source of the path.
- setSource(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscription
-
The Region or Availability Zone that's the source for the subscription.
- setSourceCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The source CIDR block to assign to the Traffic Mirror rule.
- setSourceDestCheck(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- setSourceDestCheck(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- setSourceDestCheck(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- setSourceDestCheck(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- setSourceIp(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath
-
The IP address of the AWS resource that is the source of the path.
- setSourceIpamPoolId(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool
-
The ID of the source IPAM pool.
- setSourcePortRange(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The source port range.
- setSourcePortRange(CfnTrafficMirrorFilterRule.TrafficMirrorPortRangeProperty) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The source port range.
- setSourcePrefixListId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
[EC2-VPC only] The ID of a prefix list.
- setSourceSecurityGroupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The ID of the security group.
- setSourceSecurityGroupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
[EC2-Classic, default VPC] The name of the source security group.
- setSourceSecurityGroupOwnerId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
[nondefault VPC] The AWS account ID for the source security group, if the source security group is in a different account.
- setSplitTunnel(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
- setSplitTunnel(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
- setSpotFleetRequestConfigData(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet
-
Describes the configuration of a Spot Fleet request.
- setSpotFleetRequestConfigData(CfnSpotFleet.SpotFleetRequestConfigDataProperty) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet
-
Describes the configuration of a Spot Fleet request.
- setSpotOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Describes the configuration of Spot Instances in an EC2 Fleet.
- setSpotOptions(CfnEC2Fleet.SpotOptionsRequestProperty) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Describes the configuration of Spot Instances in an EC2 Fleet.
- setSpreadLevel(String) - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroup
-
Determines how placement groups spread instances.
- setSsmAssociations(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The SSM [document](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html) and parameter values in AWS Systems Manager to associate with this instance.
- setSsmAssociations(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The SSM [document](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html) and parameter values in AWS Systems Manager to associate with this instance.
- setStaticRoutesOnly(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
Indicates whether the VPN connection uses static routes only.
- setStaticRoutesOnly(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
Indicates whether the VPN connection uses static routes only.
- setStatistic(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscription
-
The statistic used for the subscription.
- setStrategy(String) - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroup
-
The placement strategy.
- setSubnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnTargetNetworkAssociation
-
The ID of the subnet to associate with the Client VPN endpoint.
- setSubnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
[EC2-VPC] The ID of the subnet to launch the instance into.
- setSubnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway
-
The ID of the subnet in which the NAT gateway is located.
- setSubnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface
-
The ID of the subnet to associate with the network interface.
- setSubnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetCidrBlock
-
The ID of the subnet.
- setSubnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociation
-
The ID of the subnet.
- setSubnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociation
-
The ID of the subnet.
- setSubnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociation
-
The IDs of the subnets to associate with the transit gateway multicast domain.
- setSubnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment
-
The IDs of one or more subnets.
- setSubnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The IDs of the subnets.
- setSubnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The IDs of the subnets in which to create endpoint network interfaces.
- setTagSpecifications(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The tags to apply to the Capacity Reservation during launch.
- setTagSpecifications(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
The tags to apply to the Capacity Reservation during launch.
- setTagSpecifications(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
The tags to assign to the Capacity Reservation Fleet.
- setTagSpecifications(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
The tags to assign to the Capacity Reservation Fleet.
- setTagSpecifications(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The tags to apply to the Client VPN endpoint during creation.
- setTagSpecifications(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The tags to apply to the Client VPN endpoint during creation.
- setTagSpecifications(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The key-value pair for tagging the EC2 Fleet request on creation.
- setTagSpecifications(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The key-value pair for tagging the EC2 Fleet request on creation.
- setTagSpecifications(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
The tags to apply to the launch template on creation.
- setTagSpecifications(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
The tags to apply to the launch template on creation.
- setTargetCapacitySpecification(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The number of units to request.
- setTargetCapacitySpecification(CfnEC2Fleet.TargetCapacitySpecificationRequestProperty) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The number of units to request.
- setTargetNetworkCidr(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule
-
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
- setTargetVpcSubnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnRoute
-
The ID of the subnet through which you want to route traffic.
- setTenancy(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservation
-
Indicates the tenancy of the Capacity Reservation.
- setTenancy(String) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
Indicates the tenancy of the Capacity Reservation Fleet.
- setTenancy(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The tenancy of the instance (if the instance is running in a VPC).
- setTerminateInstancesWithExpiration(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Indicates whether running instances should be terminated when the EC2 Fleet expires.
- setTerminateInstancesWithExpiration(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
Indicates whether running instances should be terminated when the EC2 Fleet expires.
- setThroughput(Number) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The throughput to provision for a volume, with a maximum of 1,000 MiB/s.
- setToPort(Number) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupEgress
-
If the protocol is TCP or UDP, this is the end of the port range.
- setToPort(Number) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress
-
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
- setTotalTargetCapacity(Number) - Method in class software.amazon.awscdk.services.ec2.CfnCapacityReservationFleet
-
The total number of capacity units to be reserved by the Capacity Reservation Fleet.
- setTrafficDirection(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The type of traffic.
- setTrafficMirrorFilterId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule
-
The ID of the filter that this rule is associated with.
- setTrafficMirrorFilterId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The ID of the Traffic Mirror filter.
- setTrafficMirrorTargetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The ID of the Traffic Mirror target.
- setTrafficType(String) - Method in class software.amazon.awscdk.services.ec2.CfnFlowLog
-
The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).
- setTransferAddress(String) - Method in class software.amazon.awscdk.services.ec2.CfnEIP
-
The Elastic IP address you are accepting for transfer.
- setTransitGatewayAttachmentId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociation
-
The ID of the transit gateway attachment.
- setTransitGatewayAttachmentId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRoute
-
The ID of the attachment.
- setTransitGatewayAttachmentId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableAssociation
-
The ID of the attachment.
- setTransitGatewayAttachmentId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTablePropagation
-
The ID of the attachment.
- setTransitGatewayCidrBlocks(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
The transit gateway CIDR blocks.
- setTransitGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of a transit gateway.
- setTransitGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment
-
The ID of the transit gateway.
- setTransitGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain
-
The ID of the transit gateway.
- setTransitGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayPeeringAttachment
-
The ID of the transit gateway peering attachment.
- setTransitGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTable
-
The ID of the transit gateway.
- setTransitGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The ID of the transit gateway.
- setTransitGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The ID of the transit gateway associated with the VPN connection.
- setTransitGatewayMulticastDomainId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociation
-
The ID of the transit gateway multicast domain.
- setTransitGatewayMulticastDomainId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupMember
-
The ID of the transit gateway multicast domain.
- setTransitGatewayMulticastDomainId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastGroupSource
-
The ID of the transit gateway multicast domain.
- setTransitGatewayRouteTableId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRoute
-
The ID of the transit gateway route table.
- setTransitGatewayRouteTableId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableAssociation
-
The ID of the route table for the transit gateway.
- setTransitGatewayRouteTableId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTablePropagation
-
The ID of the propagation route table.
- setTransportProtocol(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The transport protocol to be used by the VPN session.
- setTransportTransitGatewayAttachmentId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayConnect
-
The ID of the attachment from which the Connect attachment was created.
- setType(String) - Method in class software.amazon.awscdk.services.ec2.CfnCustomerGateway
-
The type of VPN connection that this customer gateway supports ( `ipsec.1` ).
- setType(String) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The fleet type.
- setType(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The type of VPN connection.
- setType(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPNGateway
-
The type of VPN connection the virtual private gateway supports.
- setUserData(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The user data script to make available to the instance.
- setValidFrom(String) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The start date and time of the request, in UTC format (for example, *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z).
- setValidUntil(String) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet
-
The end date and time of the request, in UTC format (for example, *YYYY* - *MM* - *DD* T *HH* : *MM* : *SS* Z).
- setVersionDescription(String) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate
-
A description for the first version of the launch template.
- setVirtualNetworkId(Number) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession
-
The VXLAN ID for the Traffic Mirror session.
- setVolumeId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVolumeAttachment
-
The ID of the Amazon EBS volume.
- setVolumes(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The volumes to attach to the instance.
- setVolumes(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance
-
The volumes to attach to the instance.
- setVolumeType(String) - Method in class software.amazon.awscdk.services.ec2.CfnVolume
-
The volume type.
- setVpcEndpointId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of a VPC endpoint.
- setVpcEndpointId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointConnectionNotification
-
The ID of the endpoint.
- setVpcEndpointType(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The type of endpoint.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnCarrierGateway
-
The ID of the VPC associated with the carrier gateway.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The ID of the VPC to associate with the Client VPN endpoint.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnEgressOnlyInternetGateway
-
The ID of the VPC for which to create the egress-only internet gateway.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnLocalGatewayRouteTableVPCAssociation
-
The ID of the VPC.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkAcl
-
The ID of the VPC for the network ACL.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRouteTable
-
The ID of the VPC.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup
-
[VPC only] The ID of the VPC for the security group.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnet
-
The ID of the VPC the subnet is in.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment
-
The ID of the VPC.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment
-
The ID of the VPC.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCCidrBlock
-
The ID of the VPC.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCDHCPOptionsAssociation
-
The ID of the VPC.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint
-
The ID of the VPC for the endpoint.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachment
-
The ID of the VPC.
- setVpcId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCPeeringConnection
-
The ID of the VPC.
- setVpcPeeringConnectionId(String) - Method in class software.amazon.awscdk.services.ec2.CfnRoute
-
The ID of a VPC peering connection.
- setVpnConnectionId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionRoute
-
The ID of the VPN connection.
- setVpnEcmpSupport(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGateway
-
Enable or disable Equal Cost Multipath Protocol support.
- setVpnGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPCGatewayAttachment
-
The ID of the virtual private gateway.
- setVpnGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The ID of the virtual private gateway at the AWS side of the VPN connection.
- setVpnGatewayId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVPNGatewayRoutePropagation
-
The ID of the virtual private gateway that is attached to a VPC.
- setVpnPort(Number) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint
-
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
- setVpnTunnelOptionsSpecifications(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The tunnel options for the VPN connection.
- setVpnTunnelOptionsSpecifications(List<Object>) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection
-
The tunnel options for the VPN connection.
- shebang(String) - Method in class software.amazon.awscdk.services.ec2.LinuxUserDataOptions.Builder
-
- SHELL_SCRIPT - Static variable in class software.amazon.awscdk.services.ec2.MultipartBody
-
Content type for shell scripts.
- shellCommand(String, InitCommandOptions) - Static method in class software.amazon.awscdk.services.ec2.InitCommand
-
Run a shell command.
- shellCommand(String) - Static method in class software.amazon.awscdk.services.ec2.InitCommand
-
Run a shell command.
- signalResource(CfnResource) - Method in class software.amazon.awscdk.services.ec2.AttachInitOptions.Builder
-
- singleAvailabilityZone(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty.Builder
-
- singleAvailabilityZone(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty.Builder
-
- singleAvailabilityZone(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Builder
-
- singleAvailabilityZone(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Builder
-
- singleInstanceType(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty.Builder
-
- singleInstanceType(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.OnDemandOptionsRequestProperty.Builder
-
- singleInstanceType(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Builder
-
- singleInstanceType(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.SpotOptionsRequestProperty.Builder
-
- size(Number) - Method in class software.amazon.awscdk.services.ec2.CfnVolume.Builder
-
The size of the volume, in GiBs.
- size(Number) - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Builder
-
- size(Size) - Method in class software.amazon.awscdk.services.ec2.Volume.Builder
-
The size of the volume, in GiBs.
- size(Size) - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Builder
-
- snapshotId(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance.EbsProperty.Builder
-
- snapshotId(String) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty.Builder
-
- snapshotId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.EbsBlockDeviceProperty.Builder
-
- snapshotId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVolume.Builder
-
The snapshot from which to create the volume.
- snapshotId(String) - Method in class software.amazon.awscdk.services.ec2.CfnVolumeProps.Builder
-
- snapshotId(String) - Method in class software.amazon.awscdk.services.ec2.EbsDeviceProps.Builder
-
- snapshotId(String) - Method in class software.amazon.awscdk.services.ec2.Volume.Builder
-
The snapshot from which to create the volume.
- snapshotId(String) - Method in class software.amazon.awscdk.services.ec2.VolumeProps.Builder
-
- SNS - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- software.amazon.awscdk.services.ec2 - package software.amazon.awscdk.services.ec2
-
Amazon EC2 Construct Library
- source(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Builder
-
- source(CfnNetworkInsightsAccessScope.PathStatementRequestProperty) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.AccessScopePathRequestProperty.Builder
-
- source(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath.Builder
-
The AWS resource that is the source of the path.
- source(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps.Builder
-
- source(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscription.Builder
-
The Region or Availability Zone that's the source for the subscription.
- source(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscriptionProps.Builder
-
- sourceAddresses(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Builder
-
- sourceAddresses(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Builder
-
- sourceCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule.Builder
-
The source CIDR block to assign to the Traffic Mirror rule.
- sourceCidrBlock(String) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Builder
-
- sourceDestCheck(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnInstance.Builder
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- sourceDestCheck(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance.Builder
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- sourceDestCheck(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Builder
-
- sourceDestCheck(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Builder
-
- sourceDestCheck(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface.Builder
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- sourceDestCheck(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface.Builder
-
Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives.
- sourceDestCheck(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Builder
-
- sourceDestCheck(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Builder
-
- sourceDestCheck(Boolean) - Method in class software.amazon.awscdk.services.ec2.Instance.Builder
-
Specifies whether to enable an instance launched in a VPC to perform NAT.
- sourceDestCheck(Boolean) - Method in class software.amazon.awscdk.services.ec2.InstanceProps.Builder
-
- sourceHash(String) - Method in class software.amazon.awscdk.services.ec2.InitFileAssetOptions.Builder
-
- sourceHash(String) - Method in class software.amazon.awscdk.services.ec2.InitSourceAssetOptions.Builder
-
- sourceIp(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPath.Builder
-
The IP address of the AWS resource that is the source of the path.
- sourceIp(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsPathProps.Builder
-
- sourceIpamPoolId(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPool.Builder
-
The ID of the source IPAM pool.
- sourceIpamPoolId(String) - Method in class software.amazon.awscdk.services.ec2.CfnIPAMPoolProps.Builder
-
- sourcePortRange(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule.Builder
-
The source port range.
- sourcePortRange(CfnTrafficMirrorFilterRule.TrafficMirrorPortRangeProperty) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRule.Builder
-
The source port range.
- sourcePortRange(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Builder
-
- sourcePortRange(CfnTrafficMirrorFilterRule.TrafficMirrorPortRangeProperty) - Method in class software.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterRuleProps.Builder
-
- sourcePortRanges(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Builder
-
- sourcePortRanges(List<? extends Object>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisPacketHeaderProperty.Builder
-
- sourcePorts(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Builder
-
- sourcePrefixListId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Builder
-
- sourcePrefixListId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress.Builder
-
[EC2-VPC only] The ID of a prefix list.
- sourcePrefixListId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Builder
-
- sourcePrefixLists(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Builder
-
- sourceSecurityGroupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Builder
-
- sourceSecurityGroupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress.Builder
-
The ID of the security group.
- sourceSecurityGroupId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Builder
-
- sourceSecurityGroupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Builder
-
- sourceSecurityGroupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress.Builder
-
[EC2-Classic, default VPC] The name of the source security group.
- sourceSecurityGroupName(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Builder
-
- sourceSecurityGroupOwnerId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroup.IngressProperty.Builder
-
- sourceSecurityGroupOwnerId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngress.Builder
-
[nondefault VPC] The AWS account ID for the source security group, if the source security group is in a different account.
- sourceSecurityGroupOwnerId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSecurityGroupIngressProps.Builder
-
- sourceVpc(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- sourceVpc(CfnNetworkInsightsAnalysis.AnalysisComponentProperty) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- sourceVpc(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Builder
-
- sourceVpc(CfnNetworkInsightsAnalysis.AnalysisComponentProperty) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Builder
-
- splitTunnel(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.Builder
-
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
- splitTunnel(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.Builder
-
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
- splitTunnel(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Builder
-
- splitTunnel(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnEndpointProps.Builder
-
- splitTunnel(Boolean) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpoint.Builder
-
Indicates whether split-tunnel is enabled on the AWS Client VPN endpoint.
- splitTunnel(Boolean) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointOptions.Builder
-
- splitTunnel(Boolean) - Method in class software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Builder
-
- spotFleetRequestConfigData(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.Builder
-
Describes the configuration of a Spot Fleet request.
- spotFleetRequestConfigData(CfnSpotFleet.SpotFleetRequestConfigDataProperty) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.Builder
-
Describes the configuration of a Spot Fleet request.
- spotFleetRequestConfigData(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleetProps.Builder
-
- spotFleetRequestConfigData(CfnSpotFleet.SpotFleetRequestConfigDataProperty) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleetProps.Builder
-
- SpotInstanceInterruption - Enum in software.amazon.awscdk.services.ec2
-
Provides the options for the types of interruption for spot instances.
- spotInstanceType(String) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.SpotOptionsProperty.Builder
-
- spotMaintenanceStrategies(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder
-
- spotMaintenanceStrategies(CfnSpotFleet.SpotMaintenanceStrategiesProperty) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder
-
- spotMaxPricePercentageOverLowestPrice(Number) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.InstanceRequirementsRequestProperty.Builder
-
- spotMaxPricePercentageOverLowestPrice(Number) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceRequirementsProperty.Builder
-
- spotMaxPricePercentageOverLowestPrice(Number) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceRequirementsRequestProperty.Builder
-
- spotMaxTotalPrice(String) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder
-
- spotOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.Builder
-
Describes the configuration of Spot Instances in an EC2 Fleet.
- spotOptions(CfnEC2Fleet.SpotOptionsRequestProperty) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.Builder
-
Describes the configuration of Spot Instances in an EC2 Fleet.
- spotOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Builder
-
- spotOptions(CfnEC2Fleet.SpotOptionsRequestProperty) - Method in class software.amazon.awscdk.services.ec2.CfnEC2FleetProps.Builder
-
- spotOptions(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceMarketOptionsProperty.Builder
-
- spotOptions(CfnLaunchTemplate.SpotOptionsProperty) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.InstanceMarketOptionsProperty.Builder
-
- spotOptions(LaunchTemplateSpotOptions) - Method in class software.amazon.awscdk.services.ec2.LaunchTemplate.Builder
-
If this property is defined, then the Launch Template's InstanceMarketOptions will be set to use Spot instances, and the options for the Spot instances will be as defined.
- spotOptions(LaunchTemplateSpotOptions) - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateProps.Builder
-
- spotPrice(String) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty.Builder
-
- spotPrice(String) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder
-
- spotPrice(String) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetRequestConfigDataProperty.Builder
-
- SpotRequestType - Enum in software.amazon.awscdk.services.ec2
-
The Spot Instance request type.
- spotTargetCapacity(Number) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.Builder
-
- spreadDomain(String) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.PlacementProperty.Builder
-
- spreadDomain(String) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.PlacementProperty.Builder
-
- spreadLevel(String) - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroup.Builder
-
Determines how placement groups spread instances.
- spreadLevel(String) - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroupProps.Builder
-
- SQS - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- SSM - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- SSM_MESSAGES - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- ssmAssociations(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstance.Builder
-
The SSM [document](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html) and parameter values in AWS Systems Manager to associate with this instance.
- ssmAssociations(List<? extends Object>) - Method in class software.amazon.awscdk.services.ec2.CfnInstance.Builder
-
The SSM [document](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-document.html) and parameter values in AWS Systems Manager to associate with this instance.
- ssmAssociations(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Builder
-
- ssmAssociations(List<? extends Object>) - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Builder
-
- SsmParameterImageOptions - Interface in software.amazon.awscdk.services.ec2
-
Properties for GenericSsmParameterImage.
- SsmParameterImageOptions.Builder - Class in software.amazon.awscdk.services.ec2
-
- SsmParameterImageOptions.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- ssmParameterName(AmazonLinuxImageProps) - Static method in class software.amazon.awscdk.services.ec2.AmazonLinuxImage
-
Return the SSM parameter name that will contain the Amazon Linux image with the given attributes.
- ssmParameterName() - Static method in class software.amazon.awscdk.services.ec2.AmazonLinuxImage
-
Return the SSM parameter name that will contain the Amazon Linux image with the given attributes.
- state(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisRouteTableRouteProperty.Builder
-
- state(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- state(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.TransitGatewayRouteTableRouteProperty.Builder
-
- staticRoutes(List<String>) - Method in class software.amazon.awscdk.services.ec2.VpnConnection.Builder
-
The static routes to be routed from the VPN gateway to the customer gateway.
- staticRoutes(List<String>) - Method in class software.amazon.awscdk.services.ec2.VpnConnectionOptions.Builder
-
- staticRoutes(List<String>) - Method in class software.amazon.awscdk.services.ec2.VpnConnectionProps.Builder
-
- staticRoutesOnly(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection.Builder
-
Indicates whether the VPN connection uses static routes only.
- staticRoutesOnly(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnection.Builder
-
Indicates whether the VPN connection uses static routes only.
- staticRoutesOnly(Boolean) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionProps.Builder
-
- staticRoutesOnly(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnVPNConnectionProps.Builder
-
- staticSourcesSupport(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomain.OptionsProperty.Builder
-
- statistic(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscription.Builder
-
The statistic used for the subscription.
- statistic(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscriptionProps.Builder
-
- STEP_FUNCTIONS - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- storage(AmazonLinuxStorage) - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImage.Builder
-
What storage backed image to use.
- storage(AmazonLinuxStorage) - Method in class software.amazon.awscdk.services.ec2.AmazonLinuxImageProps.Builder
-
- STORAGE_GATEWAY - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- strategy(String) - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroup.Builder
-
The placement strategy.
- strategy(String) - Method in class software.amazon.awscdk.services.ec2.CfnPlacementGroupProps.Builder
-
- stringRepresentation(String) - Method in class software.amazon.awscdk.services.ec2.Port.Builder
-
String representation for this object.
- stringRepresentation(String) - Method in class software.amazon.awscdk.services.ec2.PortProps.Builder
-
- STS - Static variable in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointAwsService
-
- subnet(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- subnet(CfnNetworkInsightsAnalysis.AnalysisComponentProperty) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- subnet(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Builder
-
- subnet(CfnNetworkInsightsAnalysis.AnalysisComponentProperty) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PathComponentProperty.Builder
-
- subnet(ISubnet) - Static method in class software.amazon.awscdk.services.ec2.ClientVpnRouteTarget
-
Subnet.
- Subnet - Class in software.amazon.awscdk.services.ec2
-
Represents a new VPC subnet resource.
- Subnet(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.ec2.Subnet
-
- Subnet(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.ec2.Subnet
-
- Subnet(Construct, String, SubnetProps) - Constructor for class software.amazon.awscdk.services.ec2.Subnet
-
- subnet(ISubnet) - Method in class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociation.Builder
-
ID of the Subnet.
- subnet(ISubnet) - Method in class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociationProps.Builder
-
- Subnet.Builder - Class in software.amazon.awscdk.services.ec2
-
- SubnetAttributes - Interface in software.amazon.awscdk.services.ec2
-
Example:
- SubnetAttributes.Builder - Class in software.amazon.awscdk.services.ec2
-
- SubnetAttributes.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- SubnetConfiguration - Interface in software.amazon.awscdk.services.ec2
-
Specify configuration parameters for a single subnet group in a VPC.
- subnetConfiguration(List<? extends SubnetConfiguration>) - Method in class software.amazon.awscdk.services.ec2.Vpc.Builder
-
Configure the subnets to build for each AZ.
- subnetConfiguration(List<? extends SubnetConfiguration>) - Method in class software.amazon.awscdk.services.ec2.VpcProps.Builder
-
- SubnetConfiguration.Builder - Class in software.amazon.awscdk.services.ec2
-
- SubnetConfiguration.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- SubnetFilter - Class in software.amazon.awscdk.services.ec2
-
Contains logic which chooses a set of subnets from a larger list, in conjunction with SubnetSelection, to determine where to place AWS resources such as VPC endpoints, EC2 instances, etc.
- SubnetFilter(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.ec2.SubnetFilter
-
- SubnetFilter(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.ec2.SubnetFilter
-
- SubnetFilter() - Constructor for class software.amazon.awscdk.services.ec2.SubnetFilter
-
- subnetFilters(List<? extends SubnetFilter>) - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Builder
-
- subnetGroupName(String) - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Builder
-
- subnetGroupNameTag(String) - Method in class software.amazon.awscdk.services.ec2.VpcLookupOptions.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnTargetNetworkAssociation.Builder
-
The ID of the subnet to associate with the Client VPN endpoint.
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnClientVpnTargetNetworkAssociationProps.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnEC2Fleet.FleetLaunchTemplateOverridesRequestProperty.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance.Builder
-
[EC2-VPC] The ID of the subnet to launch the instance into.
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstance.NetworkInterfaceProperty.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnInstanceProps.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnLaunchTemplate.NetworkInterfaceProperty.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNatGateway.Builder
-
The ID of the subnet in which the NAT gateway is located.
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNatGatewayProps.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterface.Builder
-
The ID of the subnet to associate with the network interface.
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInterfaceProps.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.InstanceNetworkInterfaceSpecificationProperty.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.LaunchTemplateOverridesProperty.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSpotFleet.SpotFleetLaunchSpecificationProperty.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetCidrBlock.Builder
-
The ID of the subnet.
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetCidrBlockProps.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociation.Builder
-
The ID of the subnet.
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetNetworkAclAssociationProps.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociation.Builder
-
The ID of the subnet.
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnSubnetRouteTableAssociationProps.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociation.Builder
-
The IDs of the subnets to associate with the transit gateway multicast domain.
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayMulticastDomainAssociationProps.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.PrivateSubnetAttributes.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.PublicSubnetAttributes.Builder
-
- subnetId(String) - Method in class software.amazon.awscdk.services.ec2.SubnetAttributes.Builder
-
- subnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachment.Builder
-
The IDs of one or more subnets.
- subnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayAttachmentProps.Builder
-
- subnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachment.Builder
-
The IDs of the subnets.
- subnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnTransitGatewayVpcAttachmentProps.Builder
-
- subnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpoint.Builder
-
The IDs of the subnets in which to create endpoint network interfaces.
- subnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.CfnVPCEndpointProps.Builder
-
- subnetIds(List<String>) - Method in class software.amazon.awscdk.services.ec2.SelectedSubnets.Builder
-
- subnetName(String) - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Builder
-
- SubnetNetworkAclAssociation - Class in software.amazon.awscdk.services.ec2
-
Example:
- SubnetNetworkAclAssociation(JsiiObjectRef) - Constructor for class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociation
-
- SubnetNetworkAclAssociation(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociation
-
- SubnetNetworkAclAssociation(Construct, String, SubnetNetworkAclAssociationProps) - Constructor for class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociation
-
- SubnetNetworkAclAssociation.Builder - Class in software.amazon.awscdk.services.ec2
-
- subnetNetworkAclAssociationName(String) - Method in class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociation.Builder
-
The name of the SubnetNetworkAclAssociation.
- subnetNetworkAclAssociationName(String) - Method in class software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociationProps.Builder
-
- SubnetNetworkAclAssociationProps - Interface in software.amazon.awscdk.services.ec2
-
Properties to create a SubnetNetworkAclAssociation.
- SubnetNetworkAclAssociationProps.Builder - Class in software.amazon.awscdk.services.ec2
-
- SubnetNetworkAclAssociationProps.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- SubnetProps - Interface in software.amazon.awscdk.services.ec2
-
Specify configuration parameters for a VPC subnet.
- SubnetProps.Builder - Class in software.amazon.awscdk.services.ec2
-
- SubnetProps.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- subnetRouteTable(IResolvable) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- subnetRouteTable(CfnNetworkInsightsAnalysis.AnalysisComponentProperty) - Method in class software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.ExplanationProperty.Builder
-
- subnets(List<? extends SubnetSelection>) - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpoint.Builder
-
Where to add endpoint routing.
- subnets(List<? extends SubnetSelection>) - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpointOptions.Builder
-
- subnets(List<? extends SubnetSelection>) - Method in class software.amazon.awscdk.services.ec2.GatewayVpcEndpointProps.Builder
-
- subnets(SubnetSelection) - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpoint.Builder
-
The subnets in which to create an endpoint network interface.
- subnets(SubnetSelection) - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointOptions.Builder
-
- subnets(SubnetSelection) - Method in class software.amazon.awscdk.services.ec2.InterfaceVpcEndpointProps.Builder
-
- subnets(List<? extends ISubnet>) - Method in class software.amazon.awscdk.services.ec2.SelectedSubnets.Builder
-
- subnets(List<? extends ISubnet>) - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Builder
-
- subnetSelection(SubnetSelection) - Method in class software.amazon.awscdk.services.ec2.BastionHostLinux.Builder
-
Select the subnets to run the bastion host in.
- subnetSelection(SubnetSelection) - Method in class software.amazon.awscdk.services.ec2.BastionHostLinuxProps.Builder
-
- subnetSelection(SubnetSelection) - Method in class software.amazon.awscdk.services.ec2.NetworkAcl.Builder
-
Subnets in the given VPC to associate the ACL with.
- subnetSelection(SubnetSelection) - Method in class software.amazon.awscdk.services.ec2.NetworkAclProps.Builder
-
- SubnetSelection - Interface in software.amazon.awscdk.services.ec2
-
Customize subnets that are selected for placement of ENIs.
- SubnetSelection.Builder - Class in software.amazon.awscdk.services.ec2
-
- SubnetSelection.Jsii$Proxy - Class in software.amazon.awscdk.services.ec2
-
- subnetType(SubnetType) - Method in class software.amazon.awscdk.services.ec2.SubnetConfiguration.Builder
-
- subnetType(SubnetType) - Method in class software.amazon.awscdk.services.ec2.SubnetSelection.Builder
-
- SubnetType - Enum in software.amazon.awscdk.services.ec2
-
The type of Subnet.
- suppressLaunchTemplateWarning(Boolean) - Method in class software.amazon.awscdk.services.ec2.InstanceRequireImdsv2Aspect.Builder
-
Whether warnings that would be raised when an Instance is associated with an existing Launch Template should be suppressed or not.
- suppressLaunchTemplateWarning(Boolean) - Method in class software.amazon.awscdk.services.ec2.InstanceRequireImdsv2AspectProps.Builder
-
- suppressWarnings(Boolean) - Method in class software.amazon.awscdk.services.ec2.InstanceRequireImdsv2Aspect.Builder
-
Whether warning annotations from this Aspect should be suppressed or not.
- suppressWarnings(Boolean) - Method in class software.amazon.awscdk.services.ec2.InstanceRequireImdsv2AspectProps.Builder
-
- suppressWarnings(Boolean) - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateRequireImdsv2Aspect.Builder
-
Whether warning annotations from this Aspect should be suppressed or not.
- suppressWarnings(Boolean) - Method in class software.amazon.awscdk.services.ec2.LaunchTemplateRequireImdsv2AspectProps.Builder
-
- symlink(String, String, InitFileOptions) - Static method in class software.amazon.awscdk.services.ec2.InitFile
-
Write a symlink with the given symlink target.
- symlink(String, String) - Static method in class software.amazon.awscdk.services.ec2.InitFile
-
Write a symlink with the given symlink target.