Vpc Endpoint Args
data class VpcEndpointArgs(val policyDocument: Output<String>? = null, val privateDnsEnabled: Output<Boolean>? = null, val routeTableIds: Output<List<String>>? = null, val securityGroupIds: Output<List<String>>? = null, val serviceName: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val vpcEndpointType: Output<VpcEndpointType>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<VpcEndpointArgs>
Resource Type definition for AWS::EC2::VPCEndpoint
Constructors
Link copied to clipboard
fun VpcEndpointArgs(policyDocument: Output<String>? = null, privateDnsEnabled: Output<Boolean>? = null, routeTableIds: Output<List<String>>? = null, securityGroupIds: Output<List<String>>? = null, serviceName: Output<String>? = null, subnetIds: Output<List<String>>? = null, vpcEndpointType: Output<VpcEndpointType>? = null, vpcId: Output<String>? = null)