Package com.pulumi.aws.iam.inputs
Class GetRolesPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.aws.iam.inputs.GetRolesPlainArgs
-
public final class GetRolesPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetRolesPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetRolesPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetRolesPlainArgs.Builder
builder()
static GetRolesPlainArgs.Builder
builder(GetRolesPlainArgs defaults)
java.util.Optional<java.lang.String>
nameRegex()
java.util.Optional<java.lang.String>
pathPrefix()
-
-
-
Field Detail
-
Empty
public static final GetRolesPlainArgs Empty
-
-
Method Detail
-
nameRegex
public java.util.Optional<java.lang.String> nameRegex()
- Returns:
- Regex string to apply to the IAM roles list returned by AWS. This allows more advanced filtering not supported from the AWS API. This filtering is done locally on what AWS returns, and could have a performance impact if the result is large. Combine this with other options to narrow down the list AWS returns.
-
pathPrefix
public java.util.Optional<java.lang.String> pathPrefix()
- Returns:
- Path prefix for filtering the results. For example, the prefix `/application_abc/component_xyz/` gets all roles whose path starts with `/application_abc/component_xyz/`. If it is not included, it defaults to a slash (`/`), listing all roles. For more details, check out [list-roles in the AWS CLI reference][1].
-
builder
public static GetRolesPlainArgs.Builder builder()
-
builder
public static GetRolesPlainArgs.Builder builder(GetRolesPlainArgs defaults)
-
-