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