Class GetGroupAlternateIdentifierUniqueAttribute
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.aws.identitystore.inputs.GetGroupAlternateIdentifierUniqueAttribute
-
public final class GetGroupAlternateIdentifierUniqueAttribute extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetGroupAlternateIdentifierUniqueAttribute.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetGroupAlternateIdentifierUniqueAttribute
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
attributePath()
java.lang.String
attributeValue()
static GetGroupAlternateIdentifierUniqueAttribute.Builder
builder()
static GetGroupAlternateIdentifierUniqueAttribute.Builder
builder(GetGroupAlternateIdentifierUniqueAttribute defaults)
-
-
-
Field Detail
-
Empty
public static final GetGroupAlternateIdentifierUniqueAttribute Empty
-
-
Method Detail
-
attributePath
public java.lang.String attributePath()
- Returns:
- Attribute path that is used to specify which attribute name to search. For example: `DisplayName`. Refer to the [Group data type](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html).
-
attributeValue
public java.lang.String attributeValue()
- Returns:
- Value for an attribute.
-
builder
public static GetGroupAlternateIdentifierUniqueAttribute.Builder builder()
-
builder
public static GetGroupAlternateIdentifierUniqueAttribute.Builder builder(GetGroupAlternateIdentifierUniqueAttribute defaults)
-
-