github.com/openshift/installer@v1.4.17/pkg/types/aws/doc.go (about)

     1  // Package aws contains AWS-specific structures for installer
     2  // configuration and management.
     3  package aws
     4  
     5  // Name is name for the AWS platform.
     6  const Name string = "aws"