Interface CfnResourcePolicyMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourcePolicyMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:27.502Z")
@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.mixins.preview.services.kinesis.mixins.*;
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
Returns the Amazon Resource Name (ARN) of the resource-based policy.- See Also:
-
getResourcePolicy
This is the description for the resource policy.- See Also:
-
builder
-