@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.295Z") @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()
`AWS::Signer::ProfilePermission.Action`.
|
String |
getPrincipal()
`AWS::Signer::ProfilePermission.Principal`.
|
String |
getProfileName()
`AWS::Signer::ProfilePermission.ProfileName`.
|
default String |
getProfileVersion()
`AWS::Signer::ProfilePermission.ProfileVersion`.
|
String |
getStatementId()
`AWS::Signer::ProfilePermission.StatementId`.
|
@Stability(value=Stable) @NotNull String getAction()
@Stability(value=Stable) @NotNull String getPrincipal()
@Stability(value=Stable) @NotNull String getProfileName()
@Stability(value=Stable) @Nullable default String getProfileVersion()
@Stability(value=Stable) @NotNull String getStatementId()
@Stability(value=Stable) static CfnProfilePermissionProps.Builder builder()
CfnProfilePermissionProps.Builder of CfnProfilePermissionPropsCopyright © 2021. All rights reserved.