Class CfnPermissionSetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPermissionSetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPermissionSetMixinProps
CfnPermissionSetMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.sso.CfnPermissionSetMixinProps
CfnPermissionSetMixinProps.Builder, CfnPermissionSetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPermissionSetMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies the names and paths of the customer managed policies that you have attached to your permission set.final StringThe description of thePermissionSet.final ObjectThe inline policy that is attached to the permission set.final StringThe ARN of the instance under which the operation will be executed.A structure that stores a list of managed policy ARNs that describe the associated AWS managed policy.final StringgetName()The name of the permission set.final ObjectSpecifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary.final StringUsed to redirect users within the application during the federation authentication process.final StringThe length of time that the application user sessions are valid for in the ISO-8601 standard.getTags()The tags to attach to the newPermissionSet.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPermissionSetMixinProps.Builder.
-
-
Method Details
-
getCustomerManagedPolicyReferences
Description copied from interface:CfnPermissionSetMixinPropsSpecifies the names and paths of the customer managed policies that you have attached to your permission set.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPermissionSetPropsMixin.CustomerManagedPolicyReferenceProperty>- Specified by:
getCustomerManagedPolicyReferencesin interfaceCfnPermissionSetMixinProps- See Also:
-
getDescription
Description copied from interface:CfnPermissionSetMixinPropsThe description of thePermissionSet.- Specified by:
getDescriptionin interfaceCfnPermissionSetMixinProps- See Also:
-
getInlinePolicy
Description copied from interface:CfnPermissionSetMixinPropsThe 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.- Specified by:
getInlinePolicyin interfaceCfnPermissionSetMixinProps- See Also:
-
getInstanceArn
Description copied from interface:CfnPermissionSetMixinPropsThe ARN of the 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 .
- Specified by:
getInstanceArnin interfaceCfnPermissionSetMixinProps- See Also:
-
getManagedPolicies
Description copied from interface:CfnPermissionSetMixinPropsA structure that stores a list of managed policy ARNs that describe the associated AWS managed policy.- Specified by:
getManagedPoliciesin interfaceCfnPermissionSetMixinProps- See Also:
-
getName
Description copied from interface:CfnPermissionSetMixinPropsThe name of the permission set.- Specified by:
getNamein interfaceCfnPermissionSetMixinProps- See Also:
-
getPermissionsBoundary
Description copied from interface:CfnPermissionSetMixinPropsSpecifies the configuration of the AWS managed or customer managed policy that you want to set as a permissions boundary.Specify either
CustomerManagedPolicyReferenceto use the name and path of a customer managed policy, orManagedPolicyArnto 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 .
Returns union: either
IResolvableorCfnPermissionSetPropsMixin.PermissionsBoundaryProperty- Specified by:
getPermissionsBoundaryin interfaceCfnPermissionSetMixinProps- See Also:
-
getRelayStateType
Description copied from interface:CfnPermissionSetMixinPropsUsed to redirect users within the application during the federation authentication process.- Specified by:
getRelayStateTypein interfaceCfnPermissionSetMixinProps- See Also:
-
getSessionDuration
Description copied from interface:CfnPermissionSetMixinPropsThe length of time that the application user sessions are valid for in the ISO-8601 standard.- Specified by:
getSessionDurationin interfaceCfnPermissionSetMixinProps- See Also:
-
getTags
Description copied from interface:CfnPermissionSetMixinPropsThe tags to attach to the newPermissionSet.- Specified by:
getTagsin interfaceCfnPermissionSetMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-