Uses of Class
software.amazon.awscdk.services.rolesanywhere.CfnProfile.Builder
Packages that use CfnProfile.Builder
Package
Description
AWS::RolesAnywhere Construct Library
-
Uses of CfnProfile.Builder in software.amazon.awscdk.services.rolesanywhere
Methods in software.amazon.awscdk.services.rolesanywhere that return CfnProfile.BuilderModifier and TypeMethodDescriptionstatic CfnProfile.BuilderCfnProfile.Builder.durationSeconds(Number durationSeconds) The number of seconds vended session credentials will be valid for.The enabled status of the resource.CfnProfile.Builder.enabled(IResolvable enabled) The enabled status of the resource.CfnProfile.Builder.managedPolicyArns(List<String> managedPolicyArns) A list of managed policy ARNs.The customer specified name of the resource.CfnProfile.Builder.requireInstanceProperties(Boolean requireInstanceProperties) Specifies whether instance properties are required in CreateSession requests with this profile.CfnProfile.Builder.requireInstanceProperties(IResolvable requireInstanceProperties) Specifies whether instance properties are required in CreateSession requests with this profile.A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.CfnProfile.Builder.sessionPolicy(String sessionPolicy) A session policy that will applied to the trust boundary of the vended session credentials.A list of Tags.