Interface CfnS3AccessPointAttachment.S3AccessPointVpcConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnS3AccessPointAttachment.S3AccessPointVpcConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnS3AccessPointAttachment
@Stability(Stable)
public static interface CfnS3AccessPointAttachment.S3AccessPointVpcConfigurationProperty
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.fsx.*; S3AccessPointVpcConfigurationProperty s3AccessPointVpcConfigurationProperty = S3AccessPointVpcConfigurationProperty.builder() .vpcId("vpcId") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnS3AccessPointAttachment.S3AccessPointVpcConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVpcId
- See Also:
-
builder
@Stability(Stable) static CfnS3AccessPointAttachment.S3AccessPointVpcConfigurationProperty.Builder builder()
-