DescribeTypeOutput class

Constructors

DescribeTypeOutput({String? arn, String? defaultVersionId, DeprecatedStatus? deprecatedStatus, String? description, String? documentationUrl, String? executionRoleArn, bool? isDefaultVersion, DateTime? lastUpdated, LoggingConfig? loggingConfig, ProvisioningType? provisioningType, String? schema, String? sourceUrl, DateTime? timeCreated, RegistryType? type, String? typeName, Visibility? visibility})
DescribeTypeOutput.fromXml(XmlElement elem)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the type.
final
defaultVersionId String?
The ID of the default version of the type. The default version is used when the type version is not specified.
final
deprecatedStatus DeprecatedStatus?
The deprecation status of the type.
final
description String?
The description of the registered type.
final
documentationUrl String?
The URL of a page providing detailed documentation for this type.
final
executionRoleArn String?
The Amazon Resource Name (ARN) of the IAM execution role used to register the type. If your resource type calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. CloudFormation then assumes that execution role to provide your resource type with the appropriate credentials.
final
hashCode int
The hash code for this object.
no setterinherited
isDefaultVersion bool?
Whether the specified type version is set as the default version.
final
lastUpdated DateTime?
When the specified type version was registered.
final
loggingConfig LoggingConfig?
Contains logging configuration information for a type.
final
provisioningType ProvisioningType?
The provisioning behavior of the type. AWS CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema String?
The schema that defines the type.
final
sourceUrl String?
The URL of the source code for the type.
final
timeCreated DateTime?
When the specified type version was registered.
final
type RegistryType?
The kind of type.
final
typeName String?
The name of the registered type.
final
visibility Visibility?
The scope at which the type is visible and usable in CloudFormation operations.
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