Class RegisterTypeRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<RegisterTypeRequest.Builder,RegisterTypeRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RegisterTypeRequest.Builderbuilder()final StringA unique identifier that acts as an idempotency key for this registration request.final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the extension.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LoggingConfigSpecifies logging configuration information for an extension.final StringA URL to the S3 bucket that contains the extension project package that contains the necessary files for the extension you want to register.static Class<? extends RegisterTypeRequest.Builder>final StringtoString()Returns a string representation of this object.final RegistryTypetype()The kind of extension.final StringThe kind of extension.final StringtypeName()The name of the extension being registered.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
type
The kind of extension.
If the service returns an enum value that is not available in the current SDK version,
typewill returnRegistryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The kind of extension.
- See Also:
-
typeAsString
The kind of extension.
If the service returns an enum value that is not available in the current SDK version,
typewill returnRegistryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The kind of extension.
- See Also:
-
typeName
The name of the extension being registered.
We suggest that extension names adhere to the following patterns:
-
For resource types,
company_or_organization::service::type. -
For modules,
company_or_organization::service::type::MODULE. -
For Hooks,
MyCompany::Testing::MyTestHook.
The following organization namespaces are reserved and can't be used in your extension names:
-
Alexa -
AMZN -
Amazon -
AWS -
Custom -
Dev
- Returns:
- The name of the extension being registered.
We suggest that extension names adhere to the following patterns:
-
For resource types,
company_or_organization::service::type. -
For modules,
company_or_organization::service::type::MODULE. -
For Hooks,
MyCompany::Testing::MyTestHook.
The following organization namespaces are reserved and can't be used in your extension names:
-
Alexa -
AMZN -
Amazon -
AWS -
Custom -
Dev
-
-
-
schemaHandlerPackage
A URL to the S3 bucket that contains the extension project package that contains the necessary files for the extension you want to register.
For information about generating a schema handler package for the extension you want to register, see submit in the CloudFormation Command Line Interface (CLI) User Guide.
The user registering the extension must be able to access the package in the S3 bucket. That's, the user needs to have GetObject permissions for the schema handler package. For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Identity and Access Management User Guide.
- Returns:
- A URL to the S3 bucket that contains the extension project package that contains the necessary files for
the extension you want to register.
For information about generating a schema handler package for the extension you want to register, see submit in the CloudFormation Command Line Interface (CLI) User Guide.
The user registering the extension must be able to access the package in the S3 bucket. That's, the user needs to have GetObject permissions for the schema handler package. For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the Identity and Access Management User Guide.
-
loggingConfig
Specifies logging configuration information for an extension.
- Returns:
- Specifies logging configuration information for an extension.
-
executionRoleArn
The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the extension.
For CloudFormation to assume the specified execution role, the role must contain a trust relationship with the CloudFormation service principal (
resources.cloudformation.amazonaws.com). For more information about adding trust relationships, see Modifying a role trust policy in the Identity and Access Management User Guide.If your extension calls Amazon Web Services APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those Amazon Web Services APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the
extension.
For CloudFormation to assume the specified execution role, the role must contain a trust relationship with the CloudFormation service principal (
resources.cloudformation.amazonaws.com). For more information about adding trust relationships, see Modifying a role trust policy in the Identity and Access Management User Guide.If your extension calls Amazon Web Services APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those Amazon Web Services APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.
-
clientRequestToken
A unique identifier that acts as an idempotency key for this registration request. Specifying a client request token prevents CloudFormation from generating more than one version of an extension from the same registration request, even if the request is submitted multiple times.
- Returns:
- A unique identifier that acts as an idempotency key for this registration request. Specifying a client request token prevents CloudFormation from generating more than one version of an extension from the same registration request, even if the request is submitted multiple times.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<RegisterTypeRequest.Builder,RegisterTypeRequest> - Specified by:
toBuilderin classCloudFormationRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-