Show / Hide Table of Contents

Interface IBranch

(experimental) A branch.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.Amplify
Assembly: Amazon.CDK.AWS.Amplify.dll
Syntax (csharp)
public interface IBranch : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IBranch
    Inherits IResource, IConstruct, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Properties

BranchName

(experimental) The name of the branch.

Properties

BranchName

(experimental) The name of the branch.

string BranchName { get; }
Property Value

System.String

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX