Show / Hide Table of Contents

Interface IEndpointReference

A reference to a Endpoint resource.

Namespace: Amazon.CDK.Interfaces.S3Outposts
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEndpointReference
Syntax (vb)
Public Interface IEndpointReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.S3Outposts;

            var endpointReference = new EndpointReference {
                EndpointArn = "endpointArn"
            };

Synopsis

Properties

EndpointArn

The Arn of the Endpoint resource.

Properties

EndpointArn

The Arn of the Endpoint resource.

string EndpointArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX