

# S3RecordingConfig


Information about an S3 recording `Config`.

## Contents


 ** bucketArn **   <a name="groundstation-Type-S3RecordingConfig-bucketArn"></a>
ARN of the bucket to record to.  
Type: String  
Required: Yes

 ** roleArn **   <a name="groundstation-Type-S3RecordingConfig-roleArn"></a>
ARN of the role Ground Station assumes to write data to the bucket.  
Type: String  
Length Constraints: Minimum length of 30. Maximum length of 165.  
Pattern: `arn:[a-z0-9-.]{1,63}:iam::[0-9]{12}:role/[\w+=,.@-]{1,64}`   
Required: Yes

 ** prefix **   <a name="groundstation-Type-S3RecordingConfig-prefix"></a>
S3 Key prefix to prefice data files.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 900.  
Pattern: `([a-zA-Z0-9_\-=/]|\{satellite_id\}|\{config\-name}|\{s3\-config-id}|\{year\}|\{month\}|\{day\}){1,900}`   
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/groundstation-2019-05-23/S3RecordingConfig) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/groundstation-2019-05-23/S3RecordingConfig) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/groundstation-2019-05-23/S3RecordingConfig) 