Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data TypeConfigurationDetails = TypeConfigurationDetails' {}
- newTypeConfigurationDetails :: TypeConfigurationDetails
- typeConfigurationDetails_alias :: Lens' TypeConfigurationDetails (Maybe Text)
- typeConfigurationDetails_arn :: Lens' TypeConfigurationDetails (Maybe Text)
- typeConfigurationDetails_configuration :: Lens' TypeConfigurationDetails (Maybe Text)
- typeConfigurationDetails_isDefaultConfiguration :: Lens' TypeConfigurationDetails (Maybe Bool)
- typeConfigurationDetails_lastUpdated :: Lens' TypeConfigurationDetails (Maybe UTCTime)
- typeConfigurationDetails_typeArn :: Lens' TypeConfigurationDetails (Maybe Text)
- typeConfigurationDetails_typeName :: Lens' TypeConfigurationDetails (Maybe Text)
Documentation
data TypeConfigurationDetails Source #
Detailed information concerning the specification of a CloudFormation extension in a given account and region.
For more information, see Configuring extensions at the account level in the CloudFormation User Guide.
See: newTypeConfigurationDetails
smart constructor.
TypeConfigurationDetails' | |
|
Instances
newTypeConfigurationDetails :: TypeConfigurationDetails Source #
Create a value of TypeConfigurationDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:alias:TypeConfigurationDetails'
, typeConfigurationDetails_alias
- The alias specified for this configuration, if one was specified when
the configuration was set.
$sel:arn:TypeConfigurationDetails'
, typeConfigurationDetails_arn
- The Amazon Resource Name (ARN) for the configuration data, in this
account and region.
$sel:configuration:TypeConfigurationDetails'
, typeConfigurationDetails_configuration
- A JSON string specifying the configuration data for the extension, in
this account and region.
If a configuration hasn't been set for a specified extension,
CloudFormation returns {}
.
$sel:isDefaultConfiguration:TypeConfigurationDetails'
, typeConfigurationDetails_isDefaultConfiguration
- Whether this configuration data is the default configuration for the
extension.
$sel:lastUpdated:TypeConfigurationDetails'
, typeConfigurationDetails_lastUpdated
- When the configuration data was last updated for this extension.
If a configuration hasn't been set for a specified extension,
CloudFormation returns null
.
$sel:typeArn:TypeConfigurationDetails'
, typeConfigurationDetails_typeArn
- The Amazon Resource Name (ARN) for the extension, in this account and
region.
For public extensions, this will be the ARN assigned when you activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.
$sel:typeName:TypeConfigurationDetails'
, typeConfigurationDetails_typeName
- The name of the extension.
typeConfigurationDetails_alias :: Lens' TypeConfigurationDetails (Maybe Text) Source #
The alias specified for this configuration, if one was specified when the configuration was set.
typeConfigurationDetails_arn :: Lens' TypeConfigurationDetails (Maybe Text) Source #
The Amazon Resource Name (ARN) for the configuration data, in this account and region.
typeConfigurationDetails_configuration :: Lens' TypeConfigurationDetails (Maybe Text) Source #
A JSON string specifying the configuration data for the extension, in this account and region.
If a configuration hasn't been set for a specified extension,
CloudFormation returns {}
.
typeConfigurationDetails_isDefaultConfiguration :: Lens' TypeConfigurationDetails (Maybe Bool) Source #
Whether this configuration data is the default configuration for the extension.
typeConfigurationDetails_lastUpdated :: Lens' TypeConfigurationDetails (Maybe UTCTime) Source #
When the configuration data was last updated for this extension.
If a configuration hasn't been set for a specified extension,
CloudFormation returns null
.
typeConfigurationDetails_typeArn :: Lens' TypeConfigurationDetails (Maybe Text) Source #
The Amazon Resource Name (ARN) for the extension, in this account and region.
For public extensions, this will be the ARN assigned when you activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.
typeConfigurationDetails_typeName :: Lens' TypeConfigurationDetails (Maybe Text) Source #
The name of the extension.