@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:54.939Z") @Stability(value=Stable) public interface CfnProfileProps 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.rolesanywhere.*;
CfnProfileProps cfnProfileProps = CfnProfileProps.builder()
.durationSeconds(123)
.enabled(false)
.managedPolicyArns(List.of("managedPolicyArns"))
.name("name")
.requireInstanceProperties(false)
.roleArns(List.of("roleArns"))
.sessionPolicy("sessionPolicy")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProfileProps.Builder
A builder for
CfnProfileProps |
static class |
CfnProfileProps.Jsii$Proxy
An implementation for
CfnProfileProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnProfileProps.Builder |
builder() |
default Number |
getDurationSeconds()
`AWS::RolesAnywhere::Profile.DurationSeconds`.
|
default Object |
getEnabled()
`AWS::RolesAnywhere::Profile.Enabled`.
|
default List<String> |
getManagedPolicyArns()
`AWS::RolesAnywhere::Profile.ManagedPolicyArns`.
|
default String |
getName()
`AWS::RolesAnywhere::Profile.Name`.
|
default Object |
getRequireInstanceProperties()
`AWS::RolesAnywhere::Profile.RequireInstanceProperties`.
|
default List<String> |
getRoleArns()
`AWS::RolesAnywhere::Profile.RoleArns`.
|
default String |
getSessionPolicy()
`AWS::RolesAnywhere::Profile.SessionPolicy`.
|
default List<CfnTag> |
getTags()
`AWS::RolesAnywhere::Profile.Tags`.
|
@Stability(value=Stable) @Nullable default Number getDurationSeconds()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) @Nullable default List<String> getManagedPolicyArns()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getRequireInstanceProperties()
@Stability(value=Stable) @Nullable default List<String> getRoleArns()
@Stability(value=Stable) @Nullable default String getSessionPolicy()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnProfileProps.Builder builder()
CfnProfileProps.Builder of CfnProfilePropsCopyright © 2022. All rights reserved.