Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sso.CfnPermissionSetPropsMixin.Builder
Packages that use CfnPermissionSetPropsMixin.Builder
-
Uses of CfnPermissionSetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sso
Methods in software.amazon.awscdk.cfnpropertymixins.services.sso that return CfnPermissionSetPropsMixin.BuilderModifier and TypeMethodDescriptionCfnPermissionSetPropsMixin.Builder.create()CfnPermissionSetPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPermissionSetPropsMixin.Builder.customerManagedPolicyReferences(List<? extends Object> customerManagedPolicyReferences) Specifies the names and paths of the customer managed policies that you have attached to your permission set.CfnPermissionSetPropsMixin.Builder.customerManagedPolicyReferences(IResolvable customerManagedPolicyReferences) Specifies the names and paths of the customer managed policies that you have attached to your permission set.CfnPermissionSetPropsMixin.Builder.description(String description) The description of thePermissionSet.CfnPermissionSetPropsMixin.Builder.inlinePolicy(Object inlinePolicy) The inline policy that is attached to the permission set.CfnPermissionSetPropsMixin.Builder.instanceArn(String instanceArn) The ARN of the instance under which the operation will be executed.CfnPermissionSetPropsMixin.Builder.managedPolicies(List<String> managedPolicies) A structure that stores a list of managed policy ARNs that describe the associated AWS managed policy.The name of the permission set.CfnPermissionSetPropsMixin.Builder.permissionsBoundary(CfnPermissionSetPropsMixin.PermissionsBoundaryProperty permissionsBoundary) Specifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary.CfnPermissionSetPropsMixin.Builder.permissionsBoundary(IResolvable permissionsBoundary) Specifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary.CfnPermissionSetPropsMixin.Builder.relayStateType(String relayStateType) Used to redirect users within the application during the federation authentication process.CfnPermissionSetPropsMixin.Builder.sessionDuration(String sessionDuration) The length of time that the application user sessions are valid for in the ISO-8601 standard.The tags to attach to the newPermissionSet.