ApplicationState class
Input properties used for looking up and filtering Application resources.
Constructors
-
ApplicationState({Input<
String?> ? applicationAccount, Input<String?> ? applicationArn, Input<String?> ? applicationProviderArn, Input<String?> ? arn, Input<String?> ? clientToken, Input<String?> ? description, Input<String?> ? instanceArn, Input<String?> ? name, Input<ApplicationPortalOptions?> ? portalOptions, Input<String?> ? region, Input<String?> ? status, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new ApplicationState.
applicationAccountAWS account ID.applicationArn(Deprecated Referencearninstead) ARN of the application.applicationProviderArnARN of the application provider.arnARN of the application.clientTokenA unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided.descriptionDescription of the application.instanceArnARN of the instance of IAM Identity Center.nameName of the application.portalOptionsOptions for the portal associated with an application. SeeportalOptionsbelow.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.statusStatus of the application. Valid values areENABLEDandDISABLED.tagsKey-value mapping of resource tags. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllMap of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.const -
ApplicationState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
applicationAccount
→ Input<
String?> ? -
AWS account ID.
final
-
applicationArn
→ Input<
String?> ? -
(Deprecated Reference
arninstead) ARN of the application.final -
applicationProviderArn
→ Input<
String?> ? -
ARN of the application provider.
final
-
arn
→ Input<
String?> ? -
ARN of the application.
final
-
clientToken
→ Input<
String?> ? -
A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided.
final
-
description
→ Input<
String?> ? -
Description of the application.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
instanceArn
→ Input<
String?> ? -
ARN of the instance of IAM Identity Center.
final
-
name
→ Input<
String?> ? -
Name of the application.
final
-
portalOptions
→ Input<
ApplicationPortalOptions?> ? -
Options for the portal associated with an application. See
portalOptionsbelow.final -
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
status
→ Input<
String?> ? -
Status of the application. Valid values are
ENABLEDandDISABLED.final -
Key-value mapping of resource tags. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
Map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited