InputSourceSummary
Contains summary information about an input source for a service.
Contents
- inputSourceId
-
The unique identifier of the input source.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
\S{1,255}Required: Yes
- cfnStackArn
-
ARN identifier.
Type: String
Length Constraints: Minimum length of 31.
Pattern:
arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}Required: No
- createdAt
-
The timestamp when the input source was created.
Type: Timestamp
Required: No
- designFileS3Url
-
S3 URL — virtual hosted-style or s3:// URI.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2000.
Pattern:
((https://([^/]+)\.s3[^/]*\.[^/]+)|(s3://([^/]+)))/\S{1,2000}Required: No
- eks
-
The Amazon EKS configuration, if this input source uses EKS.
Type: EksSource object
Required: No
- resourceTags
-
The resource tags used for discovery, if this input source uses tags.
Type: Array of ResourceTag objects
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Required: No
- tfStateFileUrl
-
S3 URL — virtual hosted-style or s3:// URI.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2000.
Pattern:
((https://([^/]+)\.s3[^/]*\.[^/]+)|(s3://([^/]+)))/\S{1,2000}Required: No
- type
-
The type of the input source.
Type: String
Valid Values:
CFN_STACK | TAGS | EKS | TERRAFORM | DESIGN_FILE | MONITORINGRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: