PipelineLoggingConfiguration
The logging configuration that's defined for pipeline execution.
Contents
- imageLogGroupName
-
Specifies the CloudWatch Logs log group name for image build logs. The log group name can contain alphanumeric characters, hyphens, underscores, forward slashes, and periods, up to 512 characters. Log group names not starting with
/aws/imagebuilder/require anexecutionRolewith CloudWatch Logs write permissions. If not specified, defaults to/aws/imagebuilder/image-name.Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
^[a-zA-Z0-9\-_/\.]{1,512}$Required: No
- pipelineLogGroupName
-
Specifies the CloudWatch Logs log group name for pipeline execution logs. The log group name can contain alphanumeric characters, hyphens, underscores, forward slashes, and periods, up to 512 characters. Log group names not starting with
/aws/imagebuilder/require anexecutionRolewith CloudWatch Logs write permissions. If not specified, defaults to/aws/imagebuilder/pipeline/pipeline-name.Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
^[a-zA-Z0-9\-_/\.]{1,512}$Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: