AWSSDK.CloudFormation by Amazon Web Services

<PackageReference Include="AWSSDK.CloudFormation" Version="3.7.10.4" />

.NET API 387,072 bytes

 ResourceIdentifierSummary

Describes the target resources of a specific type in your import template (for example, all AWS::S3::Bucket resources) and the properties you can provide during the import to identify resources of that type.
public List<string> LogicalResourceIds { get; set; }

Gets and sets the property LogicalResourceIds.

The logical IDs of the target resources of the specified ResourceType, as defined in the import template.

public List<string> ResourceIdentifiers { get; set; }

Gets and sets the property ResourceIdentifiers.

The resource properties you can provide during the import to identify your target resources. For example, BucketName is a possible identifier property for AWS::S3::Bucket resources.

public string ResourceType { get; set; }

Gets and sets the property ResourceType.

The template resource type of the target resources, such as AWS::S3::Bucket.