ConfigurationPolicyState class

Input properties used for looking up and filtering ConfigurationPolicy resources.

Constructors

ConfigurationPolicyState({Input<String?>? arn, Input<ConfigurationPolicyConfigurationPolicy?>? configurationPolicy, Input<String?>? description, Input<String?>? name, Input<String?>? region})
Creates a new ConfigurationPolicyState. arn Optional. configurationPolicy Defines how Security Hub is configured. See below. description The description of the configuration policy. name The name of the configuration policy. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
const
ConfigurationPolicyState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
final
configurationPolicy → Input<ConfigurationPolicyConfigurationPolicy?>?
Defines how Security Hub is configured. See below.
final
description → Input<String?>?
The description of the configuration policy.
final
hashCode int
The hash code for this object.
no setterinherited
name → Input<String?>?
The name of the configuration policy.
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

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