interface MembershipProtectedJobOutputConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms.CfnMembershipPropsMixin.MembershipProtectedJobOutputConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscleanrooms#CfnMembershipPropsMixin_MembershipProtectedJobOutputConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnMembershipPropsMixin.MembershipProtectedJobOutputConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_cleanrooms.CfnMembershipPropsMixin.MembershipProtectedJobOutputConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cleanrooms » CfnMembershipPropsMixin » MembershipProtectedJobOutputConfigurationProperty |
Contains configurations for protected job results.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from '@aws-cdk/cfn-property-mixins';
const membershipProtectedJobOutputConfigurationProperty: cleanrooms.CfnMembershipPropsMixin.MembershipProtectedJobOutputConfigurationProperty = {
s3: {
bucket: 'bucket',
keyPrefix: 'keyPrefix',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| s3? | IResolvable | Protected | Contains the configuration to write the job results to S3. |
s3?
Type:
IResolvable | Protected
(optional)
Contains the configuration to write the job results to S3.

.NET
Go
Java
Python
TypeScript