Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CisScanConfigurationReference ¶
type CisScanConfigurationReference struct {
// The Arn of the CisScanConfiguration resource.
CisScanConfigurationArn *string `field:"required" json:"cisScanConfigurationArn" yaml:"cisScanConfigurationArn"`
}
A reference to a CisScanConfiguration resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
cisScanConfigurationReference := &CisScanConfigurationReference{
CisScanConfigurationArn: jsii.String("cisScanConfigurationArn"),
}
type CodeSecurityIntegrationReference ¶
type CodeSecurityIntegrationReference struct {
// The Arn of the CodeSecurityIntegration resource.
CodeSecurityIntegrationArn *string `field:"required" json:"codeSecurityIntegrationArn" yaml:"codeSecurityIntegrationArn"`
}
A reference to a CodeSecurityIntegration resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
codeSecurityIntegrationReference := &CodeSecurityIntegrationReference{
CodeSecurityIntegrationArn: jsii.String("codeSecurityIntegrationArn"),
}
type CodeSecurityScanConfigurationReference ¶
type CodeSecurityScanConfigurationReference struct {
// The Arn of the CodeSecurityScanConfiguration resource.
CodeSecurityScanConfigurationArn *string `field:"required" json:"codeSecurityScanConfigurationArn" yaml:"codeSecurityScanConfigurationArn"`
}
A reference to a CodeSecurityScanConfiguration resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
codeSecurityScanConfigurationReference := &CodeSecurityScanConfigurationReference{
CodeSecurityScanConfigurationArn: jsii.String("codeSecurityScanConfigurationArn"),
}
type FilterReference ¶
type FilterReference struct {
// The Arn of the Filter resource.
FilterArn *string `field:"required" json:"filterArn" yaml:"filterArn"`
}
A reference to a Filter resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
filterReference := &FilterReference{
FilterArn: jsii.String("filterArn"),
}
type ICisScanConfigurationRef ¶
type ICisScanConfigurationRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a CisScanConfiguration resource.
// Experimental.
CisScanConfigurationRef() *CisScanConfigurationReference
}
Indicates that this resource can be referenced as a CisScanConfiguration. Experimental.
type ICodeSecurityIntegrationRef ¶
type ICodeSecurityIntegrationRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a CodeSecurityIntegration resource.
// Experimental.
CodeSecurityIntegrationRef() *CodeSecurityIntegrationReference
}
Indicates that this resource can be referenced as a CodeSecurityIntegration. Experimental.
type ICodeSecurityScanConfigurationRef ¶
type ICodeSecurityScanConfigurationRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a CodeSecurityScanConfiguration resource.
// Experimental.
CodeSecurityScanConfigurationRef() *CodeSecurityScanConfigurationReference
}
Indicates that this resource can be referenced as a CodeSecurityScanConfiguration. Experimental.
type IFilterRef ¶
type IFilterRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a Filter resource.
// Experimental.
FilterRef() *FilterReference
}
Indicates that this resource can be referenced as a Filter. Experimental.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.