package awss3 // Tag. // // 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" // // tag := &Tag{ // Key: jsii.String("key"), // Value: jsii.String("value"), // } // type Tag struct { // key to e tagged. Key *string `field:"required" json:"key" yaml:"key"` // additional value. Value *string `field:"required" json:"value" yaml:"value"` }