Interface CfnResourcePolicyMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourcePolicyMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.152Z")
@Stability(Stable)
public interface CfnResourcePolicyMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnResourcePolicyPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cloudtrail.*;
Object resourcePolicy;
CfnResourcePolicyMixinProps cfnResourcePolicyMixinProps = CfnResourcePolicyMixinProps.builder()
.resourceArn("resourceArn")
.resourcePolicy(resourcePolicy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResourcePolicyMixinPropsstatic final classAn implementation forCfnResourcePolicyMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceArn
The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to the resource-based policy.Example event data store ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLEExample dashboard ARN format:
arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDashExample channel ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890- See Also:
-
getResourcePolicy
A JSON-formatted string for an AWS resource-based policy.For example resource-based policies, see CloudTrail resource-based policy examples in the CloudTrail User Guide .
- See Also:
-
builder
-