Interface CfnPolicyPrincipalAttachmentMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyPrincipalAttachmentMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:00.188Z")
@Stability(Stable)
public interface CfnPolicyPrincipalAttachmentMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnPolicyPrincipalAttachmentPropsMixin.
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.iot.*;
CfnPolicyPrincipalAttachmentMixinProps cfnPolicyPrincipalAttachmentMixinProps = CfnPolicyPrincipalAttachmentMixinProps.builder()
.policyName("policyName")
.principal("principal")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicyPrincipalAttachmentMixinPropsstatic final classAn implementation forCfnPolicyPrincipalAttachmentMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPolicyName
The name of the AWS IoT policy.- See Also:
-
getPrincipal
The principal, which can be a certificate ARN (as returned from theCreateCertificateoperation) or an Amazon Cognito ID.- See Also:
-
builder
-