Class CfnPermissionSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPermissionSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPermissionSetProps
CfnPermissionSetProps-
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.services.sso.CfnPermissionSetProps
CfnPermissionSetProps.Builder, CfnPermissionSetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPermissionSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPermissionSetProps.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 IAM Identity Center 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 theCfnPermissionSetProps.Builder.
-
-
Method Details
-
getInstanceArn
Description copied from interface:CfnPermissionSetPropsThe ARN of the IAM Identity Center 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 interfaceCfnPermissionSetProps- See Also:
-
getName
Description copied from interface:CfnPermissionSetPropsThe name of the permission set.- Specified by:
getNamein interfaceCfnPermissionSetProps- See Also:
-
getCustomerManagedPolicyReferences
Description copied from interface:CfnPermissionSetPropsSpecifies the names and paths of the customer managed policies that you have attached to your permission set.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPermissionSet.CustomerManagedPolicyReferenceProperty>- Specified by:
getCustomerManagedPolicyReferencesin interfaceCfnPermissionSetProps- See Also:
-
getDescription
Description copied from interface:CfnPermissionSetPropsThe description of thePermissionSet.- Specified by:
getDescriptionin interfaceCfnPermissionSetProps- See Also:
-
getInlinePolicy
Description copied from interface:CfnPermissionSetPropsThe 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 interfaceCfnPermissionSetProps- See Also:
-
getManagedPolicies
Description copied from interface:CfnPermissionSetPropsA structure that stores a list of managed policy ARNs that describe the associated AWS managed policy.- Specified by:
getManagedPoliciesin interfaceCfnPermissionSetProps- See Also:
-
getPermissionsBoundary
Description copied from interface:CfnPermissionSetPropsSpecifies 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
IResolvableorCfnPermissionSet.PermissionsBoundaryProperty- Specified by:
getPermissionsBoundaryin interfaceCfnPermissionSetProps- See Also:
-
getRelayStateType
Description copied from interface:CfnPermissionSetPropsUsed to redirect users within the application during the federation authentication process.- Specified by:
getRelayStateTypein interfaceCfnPermissionSetProps- See Also:
-
getSessionDuration
Description copied from interface:CfnPermissionSetPropsThe length of time that the application user sessions are valid for in the ISO-8601 standard.- Specified by:
getSessionDurationin interfaceCfnPermissionSetProps- See Also:
-
getTags
Description copied from interface:CfnPermissionSetPropsThe tags to attach to the newPermissionSet.- Specified by:
getTagsin interfaceCfnPermissionSetProps- 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()
-