public static interface ResourceToImport.Builder extends SdkPojo, CopyableBuilder<ResourceToImport.Builder,ResourceToImport>
| Modifier and Type | Method and Description |
|---|---|
ResourceToImport.Builder |
logicalResourceId(String logicalResourceId)
The logical ID of the target resource as specified in the template.
|
ResourceToImport.Builder |
resourceIdentifier(Map<String,String> resourceIdentifier)
A key-value pair that identifies the target resource.
|
ResourceToImport.Builder |
resourceType(String resourceType)
The type of resource to import into your stack, such as
AWS::S3::Bucket. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceToImport.Builder resourceType(String resourceType)
The type of resource to import into your stack, such as AWS::S3::Bucket. For a list of supported
resource types, see Resources that support import operations in the CloudFormation User Guide.
resourceType - The type of resource to import into your stack, such as AWS::S3::Bucket. For a list of
supported resource types, see Resources that support import operations in the CloudFormation User Guide.ResourceToImport.Builder logicalResourceId(String logicalResourceId)
The logical ID of the target resource as specified in the template.
logicalResourceId - The logical ID of the target resource as specified in the template.ResourceToImport.Builder resourceIdentifier(Map<String,String> resourceIdentifier)
A key-value pair that identifies the target resource. The key is an identifier property (for example,
BucketName for AWS::S3::Bucket resources) and the value is the actual property
value (for example, MyS3Bucket).
resourceIdentifier - A key-value pair that identifies the target resource. The key is an identifier property (for example,
BucketName for AWS::S3::Bucket resources) and the value is the actual
property value (for example, MyS3Bucket).Copyright © 2022. All rights reserved.