Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CampaignReference ¶
type CampaignReference struct {
// The Arn of the Campaign resource.
CampaignArn *string `field:"required" json:"campaignArn" yaml:"campaignArn"`
}
A reference to a Campaign 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"
campaignReference := &CampaignReference{
CampaignArn: jsii.String("campaignArn"),
}
type ICampaignRef ¶
type ICampaignRef interface {
constructs.IConstruct
interfaces.IEnvironmentAware
// A reference to a Campaign resource.
// Experimental.
CampaignRef() *CampaignReference
}
Indicates that this resource can be referenced as a Campaign. Experimental.
Click to show internal directories.
Click to hide internal directories.