| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsIamRoleDetails |
AwsIamRoleDetails.clone() |
AwsIamRoleDetails |
ResourceDetails.getAwsIamRole()
Details about an IAM role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withAssumeRolePolicyDocument(String assumeRolePolicyDocument)
The trust policy that grants permission to assume the role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withAttachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)
The list of the managed policies that are attached to the role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withAttachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
The list of the managed policies that are attached to the role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withCreateDate(String createDate)
Indicates when the role was created.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withInstanceProfileList(AwsIamInstanceProfile... instanceProfileList)
The list of instance profiles that contain this role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withInstanceProfileList(Collection<AwsIamInstanceProfile> instanceProfileList)
The list of instance profiles that contain this role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withMaxSessionDuration(Integer maxSessionDuration)
The maximum session duration (in seconds) that you want to set for the specified role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withPath(String path)
The path to the role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withPermissionsBoundary(AwsIamPermissionsBoundary permissionsBoundary) |
AwsIamRoleDetails |
AwsIamRoleDetails.withRoleId(String roleId)
The stable and unique string identifying the role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withRoleName(String roleName)
The friendly name that identifies the role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withRolePolicyList(AwsIamRolePolicy... rolePolicyList)
The list of inline policies that are embedded in the role.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withRolePolicyList(Collection<AwsIamRolePolicy> rolePolicyList)
The list of inline policies that are embedded in the role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsIamRole(AwsIamRoleDetails awsIamRole)
Details about an IAM role.
|
ResourceDetails |
ResourceDetails.withAwsIamRole(AwsIamRoleDetails awsIamRole)
Details about an IAM role.
|
Copyright © 2024. All rights reserved.