Class CfnConfig.S3RecordingConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.groundstation.CfnConfig.S3RecordingConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfig.S3RecordingConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConfig.S3RecordingConfigProperty
@Stability(Stable)
@Internal
public static final class CfnConfig.S3RecordingConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfig.S3RecordingConfigProperty
An implementation for
CfnConfig.S3RecordingConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.groundstation.CfnConfig.S3RecordingConfigProperty
CfnConfig.S3RecordingConfigProperty.Builder, CfnConfig.S3RecordingConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfig.S3RecordingConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConfig.S3RecordingConfigProperty.Builder.
-
-
Method Details
-
getBucketArn
Description copied from interface:CfnConfig.S3RecordingConfigPropertyS3 Bucket where the data is written.The name of the S3 Bucket provided must begin with
aws-groundstation.- Specified by:
getBucketArnin interfaceCfnConfig.S3RecordingConfigProperty
-
getPrefix
Description copied from interface:CfnConfig.S3RecordingConfigPropertyThe prefix of the S3 data object.If you choose to use any optional keys for substitution, these values will be replaced with the corresponding information from your contact details. For example, a prefix of
{satellite_id}/{year}/{month}/{day}/will replaced withfake_satellite_id/2021/01/10/Optional keys for substitution :
{satellite_id}|{config-name}|{config-id}|{year}|{month}|{day}- Specified by:
getPrefixin interfaceCfnConfig.S3RecordingConfigProperty
-
getRoleArn
Description copied from interface:CfnConfig.S3RecordingConfigPropertyDefines the ARN of the role assumed for putting archives to S3.- Specified by:
getRoleArnin interfaceCfnConfig.S3RecordingConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-