ConfigurationProfile class

Constructors

ConfigurationProfile({String? applicationId, String? description, String? id, String? locationUri, String? name, String? retrievalRoleArn, List<Validator>? validators})
ConfigurationProfile.fromJson(Map<String, dynamic> json)
factory

Properties

applicationId String?
The application ID.
final
description String?
The configuration profile description.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The configuration profile ID.
final
locationUri String?
The URI location of the configuration.
final
name String?
The name of the configuration profile.
final
retrievalRoleArn String?
The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validators List<Validator>?
A list of methods for validating the configuration.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited