Interface CfnProfilePermissionMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProfilePermissionMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:19.622Z")
@Stability(Stable)
public interface CfnProfilePermissionMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnProfilePermissionPropsMixin.
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.signer.*;
CfnProfilePermissionMixinProps cfnProfilePermissionMixinProps = CfnProfilePermissionMixinProps.builder()
.action("action")
.principal("principal")
.profileName("profileName")
.profileVersion("profileVersion")
.statementId("statementId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnProfilePermissionMixinPropsstatic final classAn implementation forCfnProfilePermissionMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe AWS Signer action permitted as part of cross-account permissions.default StringThe AWS principal receiving cross-account permissions.default StringThe human-readable name of the signing profile.default StringThe version of the signing profile.default StringA unique identifier for the cross-account permission statement.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
The AWS Signer action permitted as part of cross-account permissions.- See Also:
-
getPrincipal
The AWS principal receiving cross-account permissions.This may be an IAM role or another AWS account ID.
- See Also:
-
getProfileName
The human-readable name of the signing profile.- See Also:
-
getProfileVersion
The version of the signing profile.- See Also:
-
getStatementId
A unique identifier for the cross-account permission statement.- See Also:
-
builder
-