| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnInstanceProfile.Builder |
CfnInstanceProfile.Builder.create(software.constructs.Construct scope,
String id) |
CfnInstanceProfile.Builder |
CfnInstanceProfile.Builder.instanceProfileName(String instanceProfileName)
The name of the instance profile to create.
|
CfnInstanceProfile.Builder |
CfnInstanceProfile.Builder.path(String path)
The path to the instance profile.
|
CfnInstanceProfile.Builder |
CfnInstanceProfile.Builder.roles(List<String> roles)
The name of the role to associate with the instance profile.
|
Copyright © 2022. All rights reserved.