Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rolesanywhere.CfnProfilePropsMixin.Builder
Packages that use CfnProfilePropsMixin.Builder
-
Uses of CfnProfilePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rolesanywhere
Methods in software.amazon.awscdk.cfnpropertymixins.services.rolesanywhere that return CfnProfilePropsMixin.BuilderModifier and TypeMethodDescriptionCfnProfilePropsMixin.Builder.acceptRoleSessionName(Boolean acceptRoleSessionName) Used to determine if a custom role session name will be accepted in a temporary credential request.CfnProfilePropsMixin.Builder.acceptRoleSessionName(IResolvable acceptRoleSessionName) Used to determine if a custom role session name will be accepted in a temporary credential request.CfnProfilePropsMixin.Builder.attributeMappings(List<? extends Object> attributeMappings) A mapping applied to the authenticating end-entity certificate.CfnProfilePropsMixin.Builder.attributeMappings(IResolvable attributeMappings) A mapping applied to the authenticating end-entity certificate.static CfnProfilePropsMixin.BuilderCfnProfilePropsMixin.Builder.create()static CfnProfilePropsMixin.BuilderCfnProfilePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnProfilePropsMixin.Builder.durationSeconds(Number durationSeconds) The number of seconds vended session credentials will be valid for.The enabled status of the resource.CfnProfilePropsMixin.Builder.enabled(IResolvable enabled) The enabled status of the resource.CfnProfilePropsMixin.Builder.managedPolicyArns(List<String> managedPolicyArns) A list of managed policy ARNs.The customer specified name of the resource.CfnProfilePropsMixin.Builder.requireInstanceProperties(Boolean requireInstanceProperties) Specifies whether instance properties are required in CreateSession requests with this profile.CfnProfilePropsMixin.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.CfnProfilePropsMixin.Builder.sessionPolicy(String sessionPolicy) A session policy that will applied to the trust boundary of the vended session credentials.A list of Tags.