package awsses // Properties for defining a `CfnReceiptRuleSet`. // // 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" // // cfnReceiptRuleSetProps := &CfnReceiptRuleSetProps{ // RuleSetName: jsii.String("ruleSetName"), // } // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html // type CfnReceiptRuleSetProps struct { // The name of the receipt rule set to reorder. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptruleset.html#cfn-ses-receiptruleset-rulesetname // RuleSetName *string `field:"optional" json:"ruleSetName" yaml:"ruleSetName"` }