Interface CfnConnection.S3PropertiesInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnection.S3PropertiesInputProperty.Jsii$Proxy
- Enclosing class:
CfnConnection
@Stability(Stable)
public static interface CfnConnection.S3PropertiesInputProperty
extends software.amazon.jsii.JsiiSerializable
S3 Properties Input.
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.datazone.*;
S3PropertiesInputProperty s3PropertiesInputProperty = S3PropertiesInputProperty.builder()
.s3Uri("s3Uri")
// the properties below are optional
.s3AccessGrantLocationId("s3AccessGrantLocationId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnection.S3PropertiesInputPropertystatic final classAn implementation forCfnConnection.S3PropertiesInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3Uri
The Amazon S3 URI that's part of the Amazon S3 properties of a connection.- See Also:
-
getS3AccessGrantLocationId
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.- See Also:
-
builder
-