Interface CfnOdbNetwork.S3AccessProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOdbNetwork.S3AccessProperty.Jsii$Proxy
- Enclosing class:
CfnOdbNetwork
@Stability(Stable)
public static interface CfnOdbNetwork.S3AccessProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for Amazon S3 access from the ODB network.
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.odb.*;
S3AccessProperty s3AccessProperty = S3AccessProperty.builder()
.domainName("domainName")
.ipv4Addresses(List.of("ipv4Addresses"))
.s3PolicyDocument("s3PolicyDocument")
.status("status")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOdbNetwork.S3AccessPropertystatic final classAn implementation forCfnOdbNetwork.S3AccessProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainName
The domain name for the Amazon S3 access.- See Also:
-
getIpv4Addresses
The IPv4 addresses for the Amazon S3 access.- See Also:
-
getS3PolicyDocument
The endpoint policy for the Amazon S3 access.- See Also:
-
getStatus
The status of the Amazon S3 access.- See Also:
-
builder
-