Class CfnApplicationPropsMixin.ApplicationLocationProperty
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnApplicationPropsMixin.ApplicationLocationProperty : CfnApplicationPropsMixin.IApplicationLocationProperty
Syntax (vb)
Public Class CfnApplicationPropsMixin.ApplicationLocationProperty Implements CfnApplicationPropsMixin.IApplicationLocationProperty
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.Mixins.Preview.AWS.SAM.Mixins;
var applicationLocationProperty = new ApplicationLocationProperty {
ApplicationId = "applicationId",
SemanticVersion = "semanticVersion"
};
Synopsis
Constructors
| ApplicationLocationProperty() |
Properties
| ApplicationId | |
| SemanticVersion |
Constructors
ApplicationLocationProperty()
public ApplicationLocationProperty()
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.Mixins.Preview.AWS.SAM.Mixins;
var applicationLocationProperty = new ApplicationLocationProperty {
ApplicationId = "applicationId",
SemanticVersion = "semanticVersion"
};
Properties
ApplicationId
public string? ApplicationId { get; set; }
Property Value
Remarks
SemanticVersion
public string? SemanticVersion { get; set; }