public static final class CfnConfig.S3RecordingConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConfig.S3RecordingConfigProperty
CfnConfig.S3RecordingConfigProperty
CfnConfig.S3RecordingConfigProperty.Builder, CfnConfig.S3RecordingConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBucketArn()
S3 Bucket where the data is written.
|
java.lang.String |
getPrefix()
The prefix of the S3 data object.
|
java.lang.String |
getRoleArn()
Defines the ARN of the role assumed for putting archives to S3.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBucketArn()
CfnConfig.S3RecordingConfigProperty
The name of the S3 Bucket provided must begin with aws-groundstation
.
getBucketArn
in interface CfnConfig.S3RecordingConfigProperty
public final java.lang.String getPrefix()
CfnConfig.S3RecordingConfigProperty
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 with fake_satellite_id/2021/01/10/
Optional keys for substitution : {satellite_id}
| {config-name}
| {config-id}
| {year}
| {month}
| {day}
getPrefix
in interface CfnConfig.S3RecordingConfigProperty
public final java.lang.String getRoleArn()
CfnConfig.S3RecordingConfigProperty
getRoleArn
in interface CfnConfig.S3RecordingConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()