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) Sets the maximum number of seconds that vended temporary credentials through CreateSession will be valid for, between 900 and 3600.Indicates whether the profile is enabled.CfnProfile.Builder.enabled(IResolvable enabled) Indicates whether the profile is enabled.CfnProfile.Builder.managedPolicyArns(List<String> managedPolicyArns) A list of managed policy ARNs that apply to the vended session credentials.The name of the profile.CfnProfile.Builder.requireInstanceProperties(Boolean requireInstanceProperties) Specifies whether instance properties are required in temporary credential requests with this profile.CfnProfile.Builder.requireInstanceProperties(IResolvable requireInstanceProperties) Specifies whether instance properties are required in temporary credential requests with this profile.A list of IAM role ARNs.CfnProfile.Builder.sessionPolicy(String sessionPolicy) A session policy that applies to the trust boundary of the vended session credentials.The tags to attach to the profile.