@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.228Z") @Stability(value=Stable) public interface CfnProfilePermissionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.signer.*;
CfnProfilePermissionProps cfnProfilePermissionProps = CfnProfilePermissionProps.builder()
.action("action")
.principal("principal")
.profileName("profileName")
.statementId("statementId")
// the properties below are optional
.profileVersion("profileVersion")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProfilePermissionProps.Builder
A builder for
CfnProfilePermissionProps |
static class |
CfnProfilePermissionProps.Jsii$Proxy
An implementation for
CfnProfilePermissionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnProfilePermissionProps.Builder |
builder() |
String |
getAction()
The AWS Signer action permitted as part of cross-account permissions.
|
String |
getPrincipal()
The AWS principal receiving cross-account permissions.
|
String |
getProfileName()
The human-readable name of the signing profile.
|
default String |
getProfileVersion()
The version of the signing profile.
|
String |
getStatementId()
A unique identifier for the cross-account permission statement.
|
@Stability(value=Stable) @NotNull String getAction()
@Stability(value=Stable) @NotNull String getPrincipal()
This may be an IAM role or another AWS account ID.
@Stability(value=Stable) @NotNull String getProfileName()
@Stability(value=Stable) @NotNull String getStatementId()
@Stability(value=Stable) @Nullable default String getProfileVersion()
@Stability(value=Stable) static CfnProfilePermissionProps.Builder builder()
CfnProfilePermissionProps.Builder of CfnProfilePermissionPropsCopyright © 2022. All rights reserved.