@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTypeResponse extends CloudFormationResponse implements ToCopyableBuilder<DescribeTypeResponse.Builder,DescribeTypeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTypeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the extension.
|
static DescribeTypeResponse.Builder |
builder() |
String |
defaultVersionId()
The ID of the default version of the extension.
|
DeprecatedStatus |
deprecatedStatus()
The deprecation status of the extension version.
|
String |
deprecatedStatusAsString()
The deprecation status of the extension version.
|
String |
description()
The description of the registered extension.
|
String |
documentationUrl()
The URL of a page providing detailed documentation for this extension.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionRoleArn()
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isDefaultVersion()
Whether the specified extension version is set as the default version.
|
Instant |
lastUpdated()
When the specified extension version was registered.
|
LoggingConfig |
loggingConfig()
Contains logging configuration information for an extension.
|
ProvisioningType |
provisioningType()
The provisioning behavior of the extension.
|
String |
provisioningTypeAsString()
The provisioning behavior of the extension.
|
String |
schema()
The schema that defines the extension.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTypeResponse.Builder> |
serializableBuilderClass() |
String |
sourceUrl()
The URL of the source code for the extension.
|
Instant |
timeCreated()
When the specified extension version was registered.
|
DescribeTypeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
RegistryType |
type()
The kind of extension.
|
String |
typeAsString()
The kind of extension.
|
String |
typeName()
The name of the registered extension.
|
Visibility |
visibility()
The scope at which the extension is visible and usable in CloudFormation operations.
|
String |
visibilityAsString()
The scope at which the extension is visible and usable in CloudFormation operations.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the extension.
public final RegistryType type()
The kind of extension.
If the service returns an enum value that is not available in the current SDK version, type will return
RegistryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
RegistryTypepublic final String typeAsString()
The kind of extension.
If the service returns an enum value that is not available in the current SDK version, type will return
RegistryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
RegistryTypepublic final String typeName()
The name of the registered extension.
public final String defaultVersionId()
The ID of the default version of the extension. The default version is used when the extension version is not specified.
To set the default version of an extension, use SetTypeDefaultVersion .
To set the default version of an extension, use SetTypeDefaultVersion .
public final Boolean isDefaultVersion()
Whether the specified extension version is set as the default version.
public final String description()
The description of the registered extension.
public final String schema()
The schema that defines the extension.
For more information on extension schemas, see Resource Provider Schema in the CloudFormation CLI User Guide.
For more information on extension schemas, see Resource Provider Schema in the CloudFormation CLI User Guide.
public final ProvisioningType provisioningType()
The provisioning behavior of the extension. AWS CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension during
stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be updated and
must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and therefore
cannot actually be provisioned.
create
read
delete
If the service returns an enum value that is not available in the current SDK version, provisioningType
will return ProvisioningType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from provisioningTypeAsString().
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension
during stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be
updated and must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and
therefore cannot actually be provisioned.
create
read
delete
ProvisioningTypepublic final String provisioningTypeAsString()
The provisioning behavior of the extension. AWS CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension during
stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be updated and
must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and therefore
cannot actually be provisioned.
create
read
delete
If the service returns an enum value that is not available in the current SDK version, provisioningType
will return ProvisioningType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from provisioningTypeAsString().
Valid values include:
FULLY_MUTABLE: The extension includes an update handler to process updates to the extension
during stack update operations.
IMMUTABLE: The extension does not include an update handler, so the extension cannot be
updated and must instead be replaced during stack update operations.
NON_PROVISIONABLE: The extension does not include all of the following handlers, and
therefore cannot actually be provisioned.
create
read
delete
ProvisioningTypepublic final DeprecatedStatus deprecatedStatus()
The deprecation status of the extension version.
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on its
provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
If the service returns an enum value that is not available in the current SDK version, deprecatedStatus
will return DeprecatedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deprecatedStatusAsString().
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on
its provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
DeprecatedStatuspublic final String deprecatedStatusAsString()
The deprecation status of the extension version.
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on its
provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
If the service returns an enum value that is not available in the current SDK version, deprecatedStatus
will return DeprecatedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from deprecatedStatusAsString().
Valid values include:
LIVE: The extension is registered and can be used in CloudFormation operations, dependent on
its provisioning behavior and visibility scope.
DEPRECATED: The extension has been deregistered and can no longer be used in CloudFormation
operations.
DeprecatedStatuspublic final LoggingConfig loggingConfig()
Contains logging configuration information for an extension.
public final String executionRoleArn()
The Amazon Resource Name (ARN) of the IAM execution role used to register the extension. 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 extension with the appropriate credentials.
public final Visibility visibility()
The scope at which the extension is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is
registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
Visibilitypublic final String visibilityAsString()
The scope at which the extension is visible and usable in CloudFormation operations.
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is registered.
Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
If the service returns an enum value that is not available in the current SDK version, visibility will
return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
visibilityAsString().
Valid values include:
PRIVATE: The extension is only visible and usable within the account in which it is
registered. Currently, AWS CloudFormation marks any types you register as PRIVATE.
PUBLIC: The extension is publically visible and usable within any Amazon account.
Visibilitypublic final String sourceUrl()
The URL of the source code for the extension.
public final String documentationUrl()
The URL of a page providing detailed documentation for this extension.
public final Instant lastUpdated()
When the specified extension version was registered.
public final Instant timeCreated()
When the specified extension version was registered.
public DescribeTypeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTypeResponse.Builder,DescribeTypeResponse>toBuilder in class AwsResponsepublic static DescribeTypeResponse.Builder builder()
public static Class<? extends DescribeTypeResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.