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<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new ApplicationState. applicationAccount AWS account ID. applicationArn (Deprecated Reference arn instead) ARN of the application. applicationProviderArn ARN of the application provider. arn ARN of the application. clientToken A unique, case-sensitive ID that you provide to ensure the idempotency of the request. AWS generates a random value when not provided. description Description of the application. instanceArn ARN of the instance of IAM Identity Center. name Name of the application. portalOptions Options for the portal associated with an application. See portalOptions below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. status Status of the application. Valid values are ENABLED and DISABLED. tags Key-value mapping of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
const
ApplicationState.fromMap(Map<String, dynamic> map)
factory

Properties

applicationAccount → Input<String?>?
AWS account ID.
final
applicationArn → Input<String?>?
(Deprecated Reference arn instead) 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 portalOptions below.
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 ENABLED and DISABLED.
final
tags → Input<Map<String, String>?>?
Key-value mapping of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration 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