Interface IAccessPointAttributes
(experimental) The access point resource attributes.
Namespace: Amazon.CDK.AWS.S3ObjectLambda.Alpha
Assembly: Amazon.CDK.AWS.S3ObjectLambda.Alpha.dll
Syntax (csharp)
public interface IAccessPointAttributes
Syntax (vb)
Public Interface IAccessPointAttributes
Remarks
Stability: Experimental
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.AWS.S3ObjectLambda.Alpha;
var accessPointAttributes = new AccessPointAttributes {
AccessPointArn = "accessPointArn",
AccessPointCreationDate = "accessPointCreationDate"
};
Synopsis
Properties
| AccessPointArn | (experimental) The ARN of the access point. |
| AccessPointCreationDate | (experimental) The creation data of the access point. |
Properties
AccessPointArn
(experimental) The ARN of the access point.
string AccessPointArn { get; }
Property Value
Remarks
Stability: Experimental
AccessPointCreationDate
(experimental) The creation data of the access point.
string AccessPointCreationDate { get; }
Property Value
Remarks
Stability: Experimental