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 TypeConfigurationIdentifier = TypeConfigurationIdentifier' {}
- newTypeConfigurationIdentifier :: TypeConfigurationIdentifier
- typeConfigurationIdentifier_type :: Lens' TypeConfigurationIdentifier (Maybe ThirdPartyType)
- typeConfigurationIdentifier_typeArn :: Lens' TypeConfigurationIdentifier (Maybe Text)
- typeConfigurationIdentifier_typeConfigurationAlias :: Lens' TypeConfigurationIdentifier (Maybe Text)
- typeConfigurationIdentifier_typeConfigurationArn :: Lens' TypeConfigurationIdentifier (Maybe Text)
- typeConfigurationIdentifier_typeName :: Lens' TypeConfigurationIdentifier (Maybe Text)
Documentation
data TypeConfigurationIdentifier Source #
Identifying information for the configuration of a CloudFormation extension.
See: newTypeConfigurationIdentifier
smart constructor.
TypeConfigurationIdentifier' | |
|
Instances
newTypeConfigurationIdentifier :: TypeConfigurationIdentifier Source #
Create a value of TypeConfigurationIdentifier
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:type':TypeConfigurationIdentifier'
, typeConfigurationIdentifier_type
- The type of extension.
$sel:typeArn:TypeConfigurationIdentifier'
, typeConfigurationIdentifier_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:typeConfigurationAlias:TypeConfigurationIdentifier'
, typeConfigurationIdentifier_typeConfigurationAlias
- The alias specified for this configuration, if one was specified when
the configuration was set.
$sel:typeConfigurationArn:TypeConfigurationIdentifier'
, typeConfigurationIdentifier_typeConfigurationArn
- The Amazon Resource Name (ARN) for the configuration, in this account
and region.
$sel:typeName:TypeConfigurationIdentifier'
, typeConfigurationIdentifier_typeName
- The name of the extension type to which this configuration applies.
typeConfigurationIdentifier_type :: Lens' TypeConfigurationIdentifier (Maybe ThirdPartyType) Source #
The type of extension.
typeConfigurationIdentifier_typeArn :: Lens' TypeConfigurationIdentifier (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.
typeConfigurationIdentifier_typeConfigurationAlias :: Lens' TypeConfigurationIdentifier (Maybe Text) Source #
The alias specified for this configuration, if one was specified when the configuration was set.
typeConfigurationIdentifier_typeConfigurationArn :: Lens' TypeConfigurationIdentifier (Maybe Text) Source #
The Amazon Resource Name (ARN) for the configuration, in this account and region.
typeConfigurationIdentifier_typeName :: Lens' TypeConfigurationIdentifier (Maybe Text) Source #
The name of the extension type to which this configuration applies.