Show / Hide Table of Contents

Interface IRepositoryCreationTemplateReference

A reference to a RepositoryCreationTemplate resource.

Namespace: Amazon.CDK.Interfaces.ECR
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IRepositoryCreationTemplateReference
Syntax (vb)
Public Interface IRepositoryCreationTemplateReference
Remarks

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.Interfaces.ECR;

            var repositoryCreationTemplateReference = new RepositoryCreationTemplateReference {
                Prefix = "prefix"
            };

Synopsis

Properties

Prefix

The Prefix of the RepositoryCreationTemplate resource.

Properties

Prefix

The Prefix of the RepositoryCreationTemplate resource.

string Prefix { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX