ConfigurationPolicyArgs class

The set of arguments for ConfigurationPolicy. The set of arguments for ConfigurationPolicy.

Constructors

ConfigurationPolicyArgs({required Input<ConfigurationPolicyConfigurationPolicy> configurationPolicy, Input<String?>? description, Input<String?>? name, Input<String?>? region})
Creates a new ConfigurationPolicyArgs. 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
ConfigurationPolicyArgs.fromMap(Map<String, dynamic> map)
factory

Properties

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