Interface IAccessPointReference
A reference to a AccessPoint resource.
Namespace: Amazon.CDK.Interfaces.S3ObjectLambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAccessPointReference
Syntax (vb)
Public Interface IAccessPointReference
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.S3ObjectLambda;
var accessPointReference = new AccessPointReference {
AccessPointArn = "accessPointArn",
AccessPointName = "accessPointName"
};
Synopsis
Properties
| AccessPointArn | The ARN of the AccessPoint resource. |
| AccessPointName | The Name of the AccessPoint resource. |
Properties
AccessPointArn
The ARN of the AccessPoint resource.
string AccessPointArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
AccessPointName
The Name of the AccessPoint resource.
string AccessPointName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated