Class CfnPermissionSet
- All Implemented Interfaces:
IConstruct
,IDependable
,IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
AWS::SSO::PermissionSet
.
Specifies a permission set within a specified IAM Identity Center instance.
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.sso.*; Object inlinePolicy; CfnPermissionSet cfnPermissionSet = CfnPermissionSet.Builder.create(this, "MyCfnPermissionSet") .instanceArn("instanceArn") .name("name") // the properties below are optional .customerManagedPolicyReferences(List.of(CustomerManagedPolicyReferenceProperty.builder() .name("name") // the properties below are optional .path("path") .build())) .description("description") .inlinePolicy(inlinePolicy) .managedPolicies(List.of("managedPolicies")) .permissionsBoundary(PermissionsBoundaryProperty.builder() .customerManagedPolicyReference(CustomerManagedPolicyReferenceProperty.builder() .name("name") // the properties below are optional .path("path") .build()) .managedPolicyArn("managedPolicyArn") .build()) .relayStateType("relayStateType") .sessionDuration("sessionDuration") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnPermissionSet
.static interface
Specifies the name and path of a customer managed policy.static interface
Specifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionCfnPermissionSet
(Construct scope, String id, CfnPermissionSetProps props) Create a newAWS::SSO::PermissionSet
.protected
CfnPermissionSet
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnPermissionSet
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe permission set ARN of the permission set, such asarn:aws:sso:::permissionSet/ins-instanceid/ps-permissionsetid
.Specifies the names and paths of the customer managed policies that you have attached to your permission set.The description of thePermissionSet
.The inline policy that is attached to the permission set.The ARN of the IAM Identity Center instance under which the operation will be executed.A structure that stores the details of the AWS managed policy.getName()
The name of the permission set.Specifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary.Used to redirect users within the application during the federation authentication process.The length of time that the application user sessions are valid for in the ISO-8601 standard.getTags()
The tags to attach to the newPermissionSet
.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
Specifies the names and paths of the customer managed policies that you have attached to your permission set.void
Specifies the names and paths of the customer managed policies that you have attached to your permission set.void
setDescription
(String value) The description of thePermissionSet
.void
setInlinePolicy
(Object value) The inline policy that is attached to the permission set.void
setInstanceArn
(String value) The ARN of the IAM Identity Center instance under which the operation will be executed.void
setManagedPolicies
(List<String> value) A structure that stores the details of the AWS managed policy.void
The name of the permission set.void
Specifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary.void
Specifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary.void
setRelayStateType
(String value) Used to redirect users within the application during the federation authentication process.void
setSessionDuration
(String value) The length of time that the application user sessions are valid for in the ISO-8601 standard.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.core.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnPermissionSet
protected CfnPermissionSet(software.amazon.jsii.JsiiObjectRef objRef) -
CfnPermissionSet
protected CfnPermissionSet(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnPermissionSet
@Stability(Stable) public CfnPermissionSet(@NotNull Construct scope, @NotNull String id, @NotNull CfnPermissionSetProps props) Create a newAWS::SSO::PermissionSet
.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
props
-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrPermissionSetArn
The permission set ARN of the permission set, such asarn:aws:sso:::permissionSet/ins-instanceid/ps-permissionsetid
. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
The tags to attach to the newPermissionSet
. -
getInlinePolicy
The inline policy that is attached to the permission set.For
Length Constraints
, if a valid ARN is provided for a permission set, it is possible for an empty inline policy to be returned. -
setInlinePolicy
The inline policy that is attached to the permission set.For
Length Constraints
, if a valid ARN is provided for a permission set, it is possible for an empty inline policy to be returned. -
getInstanceArn
The ARN of the IAM Identity Center instance under which the operation will be executed.For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
-
setInstanceArn
The ARN of the IAM Identity Center instance under which the operation will be executed.For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
-
getName
The name of the permission set. -
setName
The name of the permission set. -
getCustomerManagedPolicyReferences
Specifies the names and paths of the customer managed policies that you have attached to your permission set. -
setCustomerManagedPolicyReferences
Specifies the names and paths of the customer managed policies that you have attached to your permission set. -
setCustomerManagedPolicyReferences
Specifies the names and paths of the customer managed policies that you have attached to your permission set. -
getDescription
The description of thePermissionSet
. -
setDescription
The description of thePermissionSet
. -
getManagedPolicies
A structure that stores the details of the AWS managed policy. -
setManagedPolicies
A structure that stores the details of the AWS managed policy. -
getPermissionsBoundary
Specifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary.Specify either
CustomerManagedPolicyReference
to use the name and path of a customer managed policy, orManagedPolicyArn
to use the ARN of an AWS managed policy. A permissions boundary represents the maximum permissions that any policy can grant your role. For more information, see Permissions boundaries for IAM entities in the IAM User Guide .Policies used as permissions boundaries don't provide permissions. You must also attach an IAM policy to the role. To learn how the effective permissions for a role are evaluated, see IAM JSON policy evaluation logic in the IAM User Guide .
-
setPermissionsBoundary
Specifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary.Specify either
CustomerManagedPolicyReference
to use the name and path of a customer managed policy, orManagedPolicyArn
to use the ARN of an AWS managed policy. A permissions boundary represents the maximum permissions that any policy can grant your role. For more information, see Permissions boundaries for IAM entities in the IAM User Guide .Policies used as permissions boundaries don't provide permissions. You must also attach an IAM policy to the role. To learn how the effective permissions for a role are evaluated, see IAM JSON policy evaluation logic in the IAM User Guide .
-
setPermissionsBoundary
@Stability(Stable) public void setPermissionsBoundary(@Nullable CfnPermissionSet.PermissionsBoundaryProperty value) Specifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary.Specify either
CustomerManagedPolicyReference
to use the name and path of a customer managed policy, orManagedPolicyArn
to use the ARN of an AWS managed policy. A permissions boundary represents the maximum permissions that any policy can grant your role. For more information, see Permissions boundaries for IAM entities in the IAM User Guide .Policies used as permissions boundaries don't provide permissions. You must also attach an IAM policy to the role. To learn how the effective permissions for a role are evaluated, see IAM JSON policy evaluation logic in the IAM User Guide .
-
getRelayStateType
Used to redirect users within the application during the federation authentication process. -
setRelayStateType
Used to redirect users within the application during the federation authentication process. -
getSessionDuration
The length of time that the application user sessions are valid for in the ISO-8601 standard. -
setSessionDuration
The length of time that the application user sessions are valid for in the ISO-8601 standard.
-