ApplicationAccessScopeArgs class
The set of arguments for ApplicationAccessScope. The set of arguments for ApplicationAccessScope.
Constructors
-
ApplicationAccessScopeArgs({required Input<
String> applicationArn, Input<List< ? authorizedTargets, Input<String> ?>String?> ? region, required Input<String> scope}) -
Creates a new ApplicationAccessScopeArgs.
applicationArnSpecifies the ARN of the application with the access scope with the targets to add or update.authorizedTargetsSpecifies an array list of ARNs that represent the authorized targets for this access scope.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.scopeSpecifies the name of the access scope to be associated with the specified targets.const -
ApplicationAccessScopeArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
applicationArn
→ Input<
String> -
Specifies the ARN of the application with the access scope with the targets to add or update.
final
-
Specifies an array list of ARNs that represent the authorized targets for this access scope.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
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
-
scope
→ Input<
String> -
Specifies the name of the access scope to be associated with the specified targets.
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