String requestToken
The RequestToken of the ProgressEvent object returned by the resource operation
request.
ProgressEvent progressEvent
String typeName
The name of the resource type.
String typeVersionId
For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.
String roleArn
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation. The role specified must have the permissions required for this operation. The
necessary permissions for each event handler are defined in the
handlers
section of the resource type
definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
String clientToken
A unique identifier to ensure the idempotency of the resource request. As a best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can accurately distinguish between request retries and new resource requests. You might retry a resource request to ensure that it was successfully received.
A client token is valid for 36 hours once used. After that, a resource request with the same client token is treated as a new request.
If you do not specify a client token, one is generated for inclusion in the request.
For more information, see Ensuring resource operation requests are unique in the Amazon Web Services Cloud Control API User Guide.
String desiredState
Structured data format representing the desired state of the resource, consisting of that resource's properties and their desired values.
Cloud Control API currently supports JSON as a structured data format.
Specify the desired state as one of the following:
A JSON blob
A local path containing the desired state in JSON data format
For more information, see Composing the desired state of the resource in the Amazon Web Services Cloud Control API User Guide.
For more information about the properties of a specific resource, refer to the related topic for the resource in the Resource and property types reference in the CloudFormation Users Guide.
ProgressEvent progressEvent
Represents the current status of the resource creation request.
After you have initiated a resource creation request, you can monitor the progress of your request by calling
GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by
CreateResource.
String typeName
The name of the resource type.
String typeVersionId
For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.
String roleArn
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation. The role specified must have the permissions required for this operation. The
necessary permissions for each event handler are defined in the
handlers
section of the resource type
definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
String clientToken
A unique identifier to ensure the idempotency of the resource request. As a best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can accurately distinguish between request retries and new resource requests. You might retry a resource request to ensure that it was successfully received.
A client token is valid for 36 hours once used. After that, a resource request with the same client token is treated as a new request.
If you do not specify a client token, one is generated for inclusion in the request.
For more information, see Ensuring resource operation requests are unique in the Amazon Web Services Cloud Control API User Guide.
String identifier
The identifier for the resource.
You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON.
For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to
specify the primary identifier as a string, list the property values in the order they are specified in
the primary identifier definition, separated by |.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
ProgressEvent progressEvent
Represents the current status of the resource deletion request.
After you have initiated a resource deletion request, you can monitor the progress of your request by calling
GetResourceRequestStatus using the RequestToken of the ProgressEvent returned by
DeleteResource.
String typeName
The name of the resource type.
String typeVersionId
For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.
String roleArn
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation. The role specified must have the permissions required for this operation. The
necessary permissions for each event handler are defined in the
handlers
section of the resource type
definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
String identifier
The identifier for the resource.
You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON.
For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to
specify the primary identifier as a string, list the property values in the order they are specified in
the primary identifier definition, separated by |.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
String requestToken
A unique token used to track the progress of the resource operation request.
Request tokens are included in the ProgressEvent type returned by a resource operation request.
ProgressEvent progressEvent
Represents the current status of the resource operation request.
String typeName
The name of the resource type.
ResourceDescription resourceDescription
Integer maxResults
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken value that you can assign to the NextToken
request parameter to get the next set of results.
The default is 20.
String nextToken
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
ResourceRequestStatusFilter resourceRequestStatusFilter
The filter criteria to apply to the requests returned.
List<E> resourceRequestStatusSummaries
The requests that match the specified filter criteria.
String nextToken
If the request doesn't return all of the remaining results, NextToken is set to a token. To retrieve
the next set of results, call ListResources again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to null.
String typeName
The name of the resource type.
String typeVersionId
For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.
String roleArn
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation. The role specified must have the permissions required for this operation. The
necessary permissions for each event handler are defined in the
handlers
section of the resource type
definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
String nextToken
If the previous paginated request didn't return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
Integer maxResults
Reserved.
String resourceModel
The resource model to use to select the resources to return.
String typeName
The name of the resource type.
List<E> resourceDescriptions
Information about the specified resources, including primary identifier and resource model.
String nextToken
If the request doesn't return all of the remaining results, NextToken is set to a token. To retrieve
the next set of results, call ListResources again and assign that token to the request object's
NextToken parameter. If the request returns all results, NextToken is set to null.
String typeName
The name of the resource type used in the operation.
String identifier
The primary identifier for the resource.
In some cases, the resource identifier may be available before the resource operation has reached a status of
SUCCESS.
String requestToken
The unique token representing this resource operation request.
Use the RequestToken with GetResourceRequestStatus to return the current status of a resource operation request.
String operation
The resource operation type.
String operationStatus
The current status of the resource operation request.
PENDING: The resource operation hasn't yet started.
IN_PROGRESS: The resource operation is currently in progress.
SUCCESS: The resource operation has successfully completed.
FAILED: The resource operation has failed. Refer to the error code and status message for more
information.
CANCEL_IN_PROGRESS: The resource operation is in the process of being canceled.
CANCEL_COMPLETE: The resource operation has been canceled.
Date eventTime
When the resource operation request was initiated.
String resourceModel
A JSON string containing the resource model, consisting of each resource property and its current value.
String statusMessage
Any message explaining the current status.
String errorCode
For requests with a status of FAILED, the associated error code.
For error code definitions, see Handler error codes in the CloudFormation Command Line Interface User Guide for Extension Development.
Date retryAfter
When to next request the status of this resource operation request.
String identifier
The primary identifier for the resource.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
String properties
A list of the resource properties and their current values.
List<E> operations
The operation types to include in the filter.
List<E> operationStatuses
The operation statuses to include in the filter.
PENDING: The operation has been requested, but not yet initiated.
IN_PROGRESS: The operation is in progress.
SUCCESS: The operation completed.
FAILED: The operation failed.
CANCEL_IN_PROGRESS: The operation is in the process of being canceled.
CANCEL_COMPLETE: The operation has been canceled.
String typeName
The name of the resource type.
String typeVersionId
For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version.
String roleArn
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when
performing this resource operation. The role specified must have the permissions required for this operation. The
necessary permissions for each event handler are defined in the
handlers
section of the resource type
definition schema.
If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials.
For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide.
String clientToken
A unique identifier to ensure the idempotency of the resource request. As a best practice, specify this token to ensure idempotency, so that Amazon Web Services Cloud Control API can accurately distinguish between request retries and new resource requests. You might retry a resource request to ensure that it was successfully received.
A client token is valid for 36 hours once used. After that, a resource request with the same client token is treated as a new request.
If you do not specify a client token, one is generated for inclusion in the request.
For more information, see Ensuring resource operation requests are unique in the Amazon Web Services Cloud Control API User Guide.
String identifier
The identifier for the resource.
You can specify the primary identifier, or any secondary identifier defined for the resource type in its resource schema. You can only specify one identifier. Primary identifiers can be specified as a string or JSON; secondary identifiers must be specified as JSON.
For compound primary identifiers (that is, one that consists of multiple resource properties strung together), to
specify the primary identifier as a string, list the property values in the order they are specified in
the primary identifier definition, separated by |.
For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.
String patchDocument
A JavaScript Object Notation (JSON) document listing the patch operations that represent the updates to apply to the current resource properties. For details, see Composing the patch document in the Amazon Web Services Cloud Control API User Guide.
ProgressEvent progressEvent
Represents the current status of the resource update request.
Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.
Copyright © 2024. All rights reserved.