interface EndpointReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3Outposts.EndpointReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3outposts#EndpointReference |
![]() | software.amazon.awscdk.services.s3outposts.EndpointReference |
![]() | aws_cdk.aws_s3outposts.EndpointReference |
![]() | aws-cdk-lib » aws_s3outposts » EndpointReference |
A reference to a Endpoint resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3outposts as s3outposts } from 'aws-cdk-lib';
const endpointReference: s3outposts.EndpointReference = {
endpointArn: 'endpointArn',
};
Properties
Name | Type | Description |
---|---|---|
endpoint | string | The Arn of the Endpoint resource. |
endpointArn
Type:
string
The Arn of the Endpoint resource.