Show / Hide Table of Contents

Class CfnPullThroughCacheRuleMixinProps

Properties for CfnPullThroughCacheRulePropsMixin.

Inheritance
object
CfnPullThroughCacheRuleMixinProps
Implements
ICfnPullThroughCacheRuleMixinProps
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.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPullThroughCacheRuleMixinProps : ICfnPullThroughCacheRuleMixinProps
Syntax (vb)
Public Class CfnPullThroughCacheRuleMixinProps Implements ICfnPullThroughCacheRuleMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pullthroughcacherule.html

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.Mixins;

             var cfnPullThroughCacheRuleMixinProps = new CfnPullThroughCacheRuleMixinProps {
                 CredentialArn = "credentialArn",
                 CustomRoleArn = "customRoleArn",
                 EcrRepositoryPrefix = "ecrRepositoryPrefix",
                 UpstreamRegistry = "upstreamRegistry",
                 UpstreamRegistryUrl = "upstreamRegistryUrl",
                 UpstreamRepositoryPrefix = "upstreamRepositoryPrefix"
             };

Synopsis

Constructors

CfnPullThroughCacheRuleMixinProps()

Properties for CfnPullThroughCacheRulePropsMixin.

Properties

CredentialArn

The ARN of the Secrets Manager secret associated with the pull through cache rule.

CustomRoleArn

The ARN of the IAM role associated with the pull through cache rule.

EcrRepositoryPrefix

The Amazon ECR repository prefix associated with the pull through cache rule.

UpstreamRegistry

The name of the upstream source registry associated with the pull through cache rule.

UpstreamRegistryUrl

The upstream registry URL associated with the pull through cache rule.

UpstreamRepositoryPrefix

The upstream repository prefix associated with the pull through cache rule.

Constructors

CfnPullThroughCacheRuleMixinProps()

Properties for CfnPullThroughCacheRulePropsMixin.

public CfnPullThroughCacheRuleMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pullthroughcacherule.html

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.Mixins;

             var cfnPullThroughCacheRuleMixinProps = new CfnPullThroughCacheRuleMixinProps {
                 CredentialArn = "credentialArn",
                 CustomRoleArn = "customRoleArn",
                 EcrRepositoryPrefix = "ecrRepositoryPrefix",
                 UpstreamRegistry = "upstreamRegistry",
                 UpstreamRegistryUrl = "upstreamRegistryUrl",
                 UpstreamRepositoryPrefix = "upstreamRepositoryPrefix"
             };

Properties

CredentialArn

The ARN of the Secrets Manager secret associated with the pull through cache rule.

public string? CredentialArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pullthroughcacherule.html#cfn-ecr-pullthroughcacherule-credentialarn

CustomRoleArn

The ARN of the IAM role associated with the pull through cache rule.

public string? CustomRoleArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pullthroughcacherule.html#cfn-ecr-pullthroughcacherule-customrolearn

EcrRepositoryPrefix

The Amazon ECR repository prefix associated with the pull through cache rule.

public string? EcrRepositoryPrefix { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pullthroughcacherule.html#cfn-ecr-pullthroughcacherule-ecrrepositoryprefix

UpstreamRegistry

The name of the upstream source registry associated with the pull through cache rule.

public string? UpstreamRegistry { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pullthroughcacherule.html#cfn-ecr-pullthroughcacherule-upstreamregistry

UpstreamRegistryUrl

The upstream registry URL associated with the pull through cache rule.

public string? UpstreamRegistryUrl { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pullthroughcacherule.html#cfn-ecr-pullthroughcacherule-upstreamregistryurl

UpstreamRepositoryPrefix

The upstream repository prefix associated with the pull through cache rule.

public string? UpstreamRepositoryPrefix { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pullthroughcacherule.html#cfn-ecr-pullthroughcacherule-upstreamrepositoryprefix

Implements

ICfnPullThroughCacheRuleMixinProps
Back to top Generated by DocFX