Class CfnManagedPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnManagedPolicyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnManagedPolicyProps
CfnManagedPolicyProps-
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.iam.CfnManagedPolicyProps
CfnManagedPolicyProps.Builder, CfnManagedPolicyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnManagedPolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnManagedPolicyProps.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 StringA friendly description of the policy.The name (friendly name, not ARN) of the group to attach the policy to.final StringThe friendly name of the policy.final StringgetPath()The path for the policy.final ObjectThe JSON policy document that you want to use as the content for the new policy.getRoles()The name (friendly name, not ARN) of the role to attach the policy to.getUsers()The name (friendly name, not ARN) of the IAM user to attach the policy to.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 theCfnManagedPolicyProps.Builder.
-
-
Method Details
-
getPolicyDocument
Description copied from interface:CfnManagedPolicyPropsThe JSON policy document that you want to use as the content for the new policy.You must provide policies in JSON format in IAM. However, for AWS CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. AWS CloudFormation always converts a YAML policy to JSON format before submitting it to IAM.
The maximum length of the policy document that you can pass in this operation, including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see IAM and AWS STS character quotas .
To learn more about JSON policy grammar, see Grammar of the IAM JSON policy language in the IAM User Guide .
The regex pattern used to validate this parameter is a string of characters consisting of the following:
- Any printable ASCII character ranging from the space character (
\ u0020) through the end of the ASCII character range - The printable characters in the Basic Latin and Latin-1 Supplement character set (through
\ u00FF) - The special characters tab (
\ u0009), line feed (\ u000A), and carriage return (\ u000D)
- Specified by:
getPolicyDocumentin interfaceCfnManagedPolicyProps
- Any printable ASCII character ranging from the space character (
-
getDescription
Description copied from interface:CfnManagedPolicyPropsA friendly description of the policy.Typically used to store information about the permissions defined in the policy. For example, "Grants access to production DynamoDB tables."
The policy description is immutable. After a value is assigned, it cannot be changed.
- Specified by:
getDescriptionin interfaceCfnManagedPolicyProps
-
getGroups
Description copied from interface:CfnManagedPolicyPropsThe name (friendly name, not ARN) of the group to attach the policy to.This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
- Specified by:
getGroupsin interfaceCfnManagedPolicyProps
-
getManagedPolicyName
Description copied from interface:CfnManagedPolicyPropsThe friendly name of the policy.If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
If you specify a name, you must specify the
CAPABILITY_NAMED_IAMvalue to acknowledge your template's capabilities. For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates .Naming an IAM resource can cause an unrecoverable error if you reuse the same template in multiple Regions. To prevent this, we recommend using
Fn::JoinandAWS::Regionto create a Region-specific name, as in the following example:{"Fn::Join": ["", [{"Ref": "AWS::Region"}, {"Ref": "MyResourceName"}]]}.- Specified by:
getManagedPolicyNamein interfaceCfnManagedPolicyProps
-
getPath
Description copied from interface:CfnManagedPolicyPropsThe path for the policy.For more information about paths, see IAM identifiers in the IAM User Guide .
This parameter is optional. If it is not included, it defaults to a slash (/).
This parameter allows (through its regex pattern ) a string of characters consisting of either a forward slash (/) by itself or a string that must begin and end with forward slashes. In addition, it can contain any ASCII character from the ! (
\ u0021) through the DEL character (\ u007F), including most punctuation characters, digits, and upper and lowercased letters.You cannot use an asterisk (*) in the path name.
- Specified by:
getPathin interfaceCfnManagedPolicyProps
-
getRoles
Description copied from interface:CfnManagedPolicyPropsThe name (friendly name, not ARN) of the role to attach the policy to.This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
If an external policy (such as
AWS::IAM::PolicyorAWS::IAM::ManagedPolicy) has aRefto a role and if a resource (such asAWS::ECS::Service) also has aRefto the same role, add aDependsOnattribute to the resource to make the resource depend on the external policy. This dependency ensures that the role's policy is available throughout the resource's lifecycle. For example, when you delete a stack with anAWS::ECS::Serviceresource, theDependsOnattribute ensures that AWS CloudFormation deletes theAWS::ECS::Serviceresource before deleting its role's policy.- Specified by:
getRolesin interfaceCfnManagedPolicyProps
-
getUsers
Description copied from interface:CfnManagedPolicyPropsThe name (friendly name, not ARN) of the IAM user to attach the policy to.This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
- Specified by:
getUsersin interfaceCfnManagedPolicyProps
-
$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()
-