AwsEc2VPCEndpointPropertiesArgs

constructor(creationTimestamp: Output<String>? = null, dnsEntries: Output<List<String>>? = null, id: Output<String>? = null, networkInterfaceIds: Output<List<String>>? = null, policyDocument: Output<Any>? = 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<Either<String, VpcEndpointType>>? = null, vpcId: Output<String>? = null)