@Stability(value=Stable) @Internal public static final class CfnInstanceProfileProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInstanceProfileProps
CfnInstanceProfilePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnInstanceProfileProps.Builder, CfnInstanceProfileProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnInstanceProfileProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnInstanceProfileProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getInstanceProfileName()
The name of the instance profile to create.
|
String |
getPath()
The path to the instance profile.
|
List<String> |
getRoles()
The name of the role to associate with the instance profile.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnInstanceProfileProps.Builder builder)
CfnInstanceProfileProps.Builder.public final List<String> getRoles()
CfnInstanceProfilePropsOnly one role can be assigned to an EC2 instance at a time, and all applications on the instance share the same role and permissions.
getRoles in interface CfnInstanceProfilePropspublic final String getInstanceProfileName()
CfnInstanceProfilePropsThis 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: _+=,.@-
getInstanceProfileName in interface CfnInstanceProfilePropspublic final String getPath()
CfnInstanceProfilePropsFor 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.
getPath in interface CfnInstanceProfileProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.