Show / Hide Table of Contents

Interface ICodeSecurityIntegrationReference

A reference to a CodeSecurityIntegration resource.

Namespace: Amazon.CDK.Interfaces.InspectorV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICodeSecurityIntegrationReference
Syntax (vb)
Public Interface ICodeSecurityIntegrationReference
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.InspectorV2;

            var codeSecurityIntegrationReference = new CodeSecurityIntegrationReference {
                CodeSecurityIntegrationArn = "codeSecurityIntegrationArn"
            };

Synopsis

Properties

CodeSecurityIntegrationArn

The Arn of the CodeSecurityIntegration resource.

Properties

CodeSecurityIntegrationArn

The Arn of the CodeSecurityIntegration resource.

string CodeSecurityIntegrationArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX