Interface CfnOdbNetworkPropsMixin.S3AccessProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOdbNetworkPropsMixin.S3AccessProperty.Jsii$Proxy
- Enclosing class:
CfnOdbNetworkPropsMixin
@Stability(Stable)
public static interface CfnOdbNetworkPropsMixin.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.mixins.preview.services.odb.mixins.*;
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 forCfnOdbNetworkPropsMixin.S3AccessPropertystatic final classAn implementation forCfnOdbNetworkPropsMixin.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
-