Endpoint

class Endpoint : KotlinCustomResource

Resource Type Definition for AWS::S3Outposts::Endpoint

Properties

Link copied to clipboard

The type of access for the on-premise network connectivity for the Outpost endpoint. To access endpoint from an on-premises network, you must specify the access type and provide the customer owned Ipv4 pool.

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the endpoint.

Link copied to clipboard
val awsId: Output<String>

The ID of the endpoint.

Link copied to clipboard
val cidrBlock: Output<String>

The VPC CIDR committed by this endpoint.

Link copied to clipboard
val creationTime: Output<String>

The time the endpoint was created.

Link copied to clipboard

The ID of the customer-owned IPv4 pool for the Endpoint. IP addresses will be allocated from this pool for the endpoint.

Link copied to clipboard

The failure reason, if any, for a create or delete endpoint operation.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The network interfaces of the endpoint.

Link copied to clipboard
val outpostId: Output<String>

The id of the customer outpost on which the bucket resides.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val securityGroupId: Output<String>

The ID of the security group to use with the endpoint.

Link copied to clipboard
val status: Output<EndpointStatus>

The status of the endpoint.

Link copied to clipboard
val subnetId: Output<String>

The ID of the subnet in the selected VPC. The subnet must belong to the Outpost.

Link copied to clipboard
val urn: Output<String>