Show / Hide Table of Contents

Class ECRReferrerAction.ECRReferrerActionProps

(experimental) Props type for aws.ecr@ECRReferrerAction event.

Inheritance
object
ECRReferrerAction.ECRReferrerActionProps
Implements
ECRReferrerAction.IECRReferrerActionProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.ECR.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class ECRReferrerAction.ECRReferrerActionProps : ECRReferrerAction.IECRReferrerActionProps
Syntax (vb)
Public Class ECRReferrerAction.ECRReferrerActionProps Implements ECRReferrerAction.IECRReferrerActionProps
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.ECR.Events;

             var eCRReferrerActionProps = new ECRReferrerActionProps {
                 ActionType = new [] { "actionType" },
                 ArtifactMediaType = new [] { "artifactMediaType" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 ImageDigest = new [] { "imageDigest" },
                 ImageTag = new [] { "imageTag" },
                 ManifestMediaType = new [] { "manifestMediaType" },
                 RepositoryName = new [] { "repositoryName" },
                 Result = new [] { "result" }
             };

Synopsis

Constructors

ECRReferrerActionProps()

(experimental) Props type for aws.ecr@ECRReferrerAction event.

Properties

ActionType

(experimental) action-type property.

ArtifactMediaType

(experimental) artifact-media-type property.

EventMetadata

(experimental) EventBridge event metadata.

ImageDigest

(experimental) image-digest property.

ImageTag

(experimental) image-tag property.

ManifestMediaType

(experimental) manifest-media-type property.

RepositoryName

(experimental) repository-name property.

Result

(experimental) result property.

Constructors

ECRReferrerActionProps()

(experimental) Props type for aws.ecr@ECRReferrerAction event.

public ECRReferrerActionProps()
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.ECR.Events;

             var eCRReferrerActionProps = new ECRReferrerActionProps {
                 ActionType = new [] { "actionType" },
                 ArtifactMediaType = new [] { "artifactMediaType" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 ImageDigest = new [] { "imageDigest" },
                 ImageTag = new [] { "imageTag" },
                 ManifestMediaType = new [] { "manifestMediaType" },
                 RepositoryName = new [] { "repositoryName" },
                 Result = new [] { "result" }
             };

Properties

ActionType

(experimental) action-type property.

public string[]? ActionType { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of action-type is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ArtifactMediaType

(experimental) artifact-media-type property.

public string[]? ArtifactMediaType { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of artifact-media-type is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

EventMetadata

(experimental) EventBridge event metadata.

public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

ImageDigest

(experimental) image-digest property.

public string[]? ImageDigest { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of image-digest is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ImageTag

(experimental) image-tag property.

public string[]? ImageTag { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of image-tag is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ManifestMediaType

(experimental) manifest-media-type property.

public string[]? ManifestMediaType { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of manifest-media-type is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

RepositoryName

(experimental) repository-name property.

public string[]? RepositoryName { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of repository-name is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Filter with the Repository reference

Stability: Experimental

Result

(experimental) result property.

public string[]? Result { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of result is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Implements

ECRReferrerAction.IECRReferrerActionProps
Back to top Generated by DocFX