Class CfnCodeSecurityIntegration.CreateGitLabSelfManagedIntegrationDetailProperty
Inherited Members
Namespace: Amazon.CDK.AWS.InspectorV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCodeSecurityIntegration.CreateGitLabSelfManagedIntegrationDetailProperty : CfnCodeSecurityIntegration.ICreateGitLabSelfManagedIntegrationDetailProperty
Syntax (vb)
Public Class CfnCodeSecurityIntegration.CreateGitLabSelfManagedIntegrationDetailProperty Implements CfnCodeSecurityIntegration.ICreateGitLabSelfManagedIntegrationDetailProperty
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.AWS.InspectorV2;
var createGitLabSelfManagedIntegrationDetailProperty = new CreateGitLabSelfManagedIntegrationDetailProperty {
AccessToken = "accessToken",
InstanceUrl = "instanceUrl"
};
Synopsis
Constructors
CreateGitLabSelfManagedIntegrationDetailProperty() |
Properties
AccessToken | |
InstanceUrl |
Constructors
CreateGitLabSelfManagedIntegrationDetailProperty()
public CreateGitLabSelfManagedIntegrationDetailProperty()
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.AWS.InspectorV2;
var createGitLabSelfManagedIntegrationDetailProperty = new CreateGitLabSelfManagedIntegrationDetailProperty {
AccessToken = "accessToken",
InstanceUrl = "instanceUrl"
};
Properties
AccessToken
public string AccessToken { get; set; }
Property Value
Remarks
InstanceUrl
public string InstanceUrl { get; set; }