@Stability(value=Stable)
public static interface CfnConfig.S3RecordingConfigProperty
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.groundstation.*;
S3RecordingConfigProperty s3RecordingConfigProperty = S3RecordingConfigProperty.builder()
.bucketArn("bucketArn")
.prefix("prefix")
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfig.S3RecordingConfigProperty.Builder
A builder for
CfnConfig.S3RecordingConfigProperty |
static class |
CfnConfig.S3RecordingConfigProperty.Jsii$Proxy
An implementation for
CfnConfig.S3RecordingConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfig.S3RecordingConfigProperty.Builder |
builder() |
default String |
getBucketArn()
S3 Bucket where the data is written.
|
default String |
getPrefix()
The prefix of the S3 data object.
|
default String |
getRoleArn()
Defines the ARN of the role assumed for putting archives to S3.
|
@Stability(value=Stable) @Nullable default String getBucketArn()
The name of the S3 Bucket provided must begin with aws-groundstation .
@Stability(value=Stable) @Nullable default String getPrefix()
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}
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) static CfnConfig.S3RecordingConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.