Class CfnApplicationV2.MavenReferenceProperty
The information required to specify a Maven reference.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.KinesisAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MavenReferenceProperty : Object, CfnApplicationV2.IMavenReferenceProperty
Syntax (vb)
Public Class MavenReferenceProperty
Inherits Object
Implements CfnApplicationV2.IMavenReferenceProperty
Remarks
You can use Maven references to specify dependency JAR files.
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.AWS.KinesisAnalytics;
var mavenReferenceProperty = new MavenReferenceProperty {
ArtifactId = "artifactId",
GroupId = "groupId",
Version = "version"
};
Synopsis
Constructors
Maven |
Properties
Artifact |
The artifact ID of the Maven reference. |
Group |
The group ID of the Maven reference. |
Version | The version of the Maven reference. |
Constructors
MavenReferenceProperty()
public MavenReferenceProperty()
Properties
ArtifactId
The artifact ID of the Maven reference.
public string ArtifactId { get; set; }
Property Value
System.
Remarks
GroupId
The group ID of the Maven reference.
public string GroupId { get; set; }
Property Value
System.
Remarks
Version
The version of the Maven reference.
public string Version { get; set; }
Property Value
System.