Class CfnVPCEndpointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVPCEndpointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVPCEndpointMixinProps
CfnVPCEndpointMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPCEndpointMixinProps
CfnVPCEndpointMixinProps.Builder, CfnVPCEndpointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVPCEndpointMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectDescribes the DNS options for an endpoint.final StringThe supported IP address types.final ObjectAn endpoint policy, which controls access to the service from the VPC.final ObjectIndicate whether to associate a private hosted zone with the specified VPC.final StringThe Amazon Resource Name (ARN) of the resource configuration.The IDs of the route tables.The IDs of the security groups to associate with the endpoint network interfaces.final StringThe name of the endpoint service.final StringThe Amazon Resource Name (ARN) of the service network.final StringDescribes a Region.The IDs of the subnets in which to create endpoint network interfaces.getTags()The tags to associate with the endpoint.final StringThe type of endpoint.final ObjectgetVpcId()The ID of the VPC.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnVPCEndpointMixinProps.Builder.
-
-
Method Details
-
getDnsOptions
Description copied from interface:CfnVPCEndpointMixinPropsDescribes the DNS options for an endpoint.Returns union: either
IResolvableorCfnVPCEndpointPropsMixin.DnsOptionsSpecificationProperty- Specified by:
getDnsOptionsin interfaceCfnVPCEndpointMixinProps- See Also:
-
getIpAddressType
Description copied from interface:CfnVPCEndpointMixinPropsThe supported IP address types.- Specified by:
getIpAddressTypein interfaceCfnVPCEndpointMixinProps- See Also:
-
getPolicyDocument
Description copied from interface:CfnVPCEndpointMixinPropsAn endpoint policy, which controls access to the service from the VPC.The default endpoint policy allows full access to the service. Endpoint policies are supported only for gateway and interface endpoints.
For CloudFormation templates in YAML, you can provide the policy in JSON or YAML format. For example, if you have a JSON policy, you can convert it to YAML before including it in the YAML template, and AWS CloudFormation converts the policy to JSON format before calling the API actions for AWS PrivateLink . Alternatively, you can include the JSON directly in the YAML, as shown in the following
Propertiessection:Properties: VpcEndpointType: 'Interface' ServiceName: !Sub 'com.amazonaws.${AWS::Region}.logs' PolicyDocument: '{ "Version":"2012-10-17", "Statement": [{ "Effect":"Allow", "Principal":"*", "Action":["logs:Describe*","logs:Get*","logs:List*","logs:FilterLogEvents"], "Resource":"*" }] }'- Specified by:
getPolicyDocumentin interfaceCfnVPCEndpointMixinProps- See Also:
-
getPrivateDnsEnabled
Description copied from interface:CfnVPCEndpointMixinPropsIndicate whether to associate a private hosted zone with the specified VPC.The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example,
kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.To use a private hosted zone, you must set the following VPC attributes to
true:enableDnsHostnamesandenableDnsSupport.This property is supported only for interface endpoints.
Default:
falseReturns union: either
BooleanorIResolvable- Specified by:
getPrivateDnsEnabledin interfaceCfnVPCEndpointMixinProps- See Also:
-
getResourceConfigurationArn
Description copied from interface:CfnVPCEndpointMixinPropsThe Amazon Resource Name (ARN) of the resource configuration.- Specified by:
getResourceConfigurationArnin interfaceCfnVPCEndpointMixinProps- See Also:
-
getRouteTableIds
Description copied from interface:CfnVPCEndpointMixinPropsThe IDs of the route tables.Routing is supported only for gateway endpoints.
Returns union: Listinvalid input: '<'either
StringorIRouteTableRef>- Specified by:
getRouteTableIdsin interfaceCfnVPCEndpointMixinProps- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnVPCEndpointMixinPropsThe IDs of the security groups to associate with the endpoint network interfaces.If this parameter is not specified, we use the default security group for the VPC. Security groups are supported only for interface endpoints.
Returns union: Listinvalid input: '<'either
StringorISecurityGroupRef>- Specified by:
getSecurityGroupIdsin interfaceCfnVPCEndpointMixinProps- See Also:
-
getServiceName
Description copied from interface:CfnVPCEndpointMixinPropsThe name of the endpoint service.- Specified by:
getServiceNamein interfaceCfnVPCEndpointMixinProps- See Also:
-
getServiceNetworkArn
Description copied from interface:CfnVPCEndpointMixinPropsThe Amazon Resource Name (ARN) of the service network.- Specified by:
getServiceNetworkArnin interfaceCfnVPCEndpointMixinProps- See Also:
-
getServiceRegion
Description copied from interface:CfnVPCEndpointMixinPropsDescribes a Region.- Specified by:
getServiceRegionin interfaceCfnVPCEndpointMixinProps- See Also:
-
getSubnetIds
Description copied from interface:CfnVPCEndpointMixinPropsThe IDs of the subnets in which to create endpoint network interfaces.You must specify this property for an interface endpoint or a Gateway Load Balancer endpoint. You can't specify this property for a gateway endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.
Returns union: Listinvalid input: '<'either
StringorISubnetRef>- Specified by:
getSubnetIdsin interfaceCfnVPCEndpointMixinProps- See Also:
-
getTags
Description copied from interface:CfnVPCEndpointMixinPropsThe tags to associate with the endpoint.- Specified by:
getTagsin interfaceCfnVPCEndpointMixinProps- See Also:
-
getVpcEndpointType
Description copied from interface:CfnVPCEndpointMixinPropsThe type of endpoint.Default: Gateway
- Specified by:
getVpcEndpointTypein interfaceCfnVPCEndpointMixinProps- See Also:
-
getVpcId
Description copied from interface:CfnVPCEndpointMixinProps- Specified by:
getVpcIdin interfaceCfnVPCEndpointMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-