@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:13.366Z") @Stability(value=Experimental) public interface AccessPointAttributes extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3objectlambda.*;
AccessPointAttributes accessPointAttributes = AccessPointAttributes.builder()
.accessPointArn("accessPointArn")
.accessPointCreationDate("accessPointCreationDate")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AccessPointAttributes.Builder
A builder for
AccessPointAttributes |
static class |
AccessPointAttributes.Jsii$Proxy
An implementation for
AccessPointAttributes |
| Modifier and Type | Method and Description |
|---|---|
static AccessPointAttributes.Builder |
builder() |
String |
getAccessPointArn()
(experimental) The ARN of the access point.
|
String |
getAccessPointCreationDate()
(experimental) The creation data of the access point.
|
@Stability(value=Experimental) @NotNull String getAccessPointArn()
@Stability(value=Experimental) @NotNull String getAccessPointCreationDate()
@Stability(value=Experimental) static AccessPointAttributes.Builder builder()
AccessPointAttributes.Builder of AccessPointAttributesCopyright © 2022. All rights reserved.