Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateECS ¶
func CreateOrUpdateECS()
func CreateVPC ¶
func CreateVPC(appArgs *interfaces.AppArgs, sg *[]interfaces.PortSecurityGroupArgs) (err error)
CreateVPC - Сщздаем сеть пример https://github.com/pulumi/automation-api-examples/blob/fb4ffddd8dd5eade5a7d1454e23123ae432fa3ac/go/multi_stack_orchestration/main.go#L119
func GetRegions ¶
GetRegions список регионов https://github.com/pulumi/examples/blob/master/aws-go-console-slack-notification/main.go
func MainExmple ¶
func MainExmple()
Types ¶
type Folder ¶
type Folder struct { pulumi.ResourceState // contains filtered or unexported fields }
func NewS3Folder ¶
func NewS3Folder(ctx *pulumi.Context, bucketName string, siteDir string, args *FolderArgs, opts ...pulumi.ResourceOption) (*Folder, error)
type FolderArgs ¶
type FolderArgs struct { }
func (FolderArgs) ElementType ¶
func (FolderArgs) ElementType() reflect.Type
type ResultAwsVpc ¶ added in v1.2.0
type ResultAwsVpc struct { pulumi.ResourceState Args interfaces.VpcAwsOutputInterface `pulumi:"VpcAwsOutputInterface"` }
func NewVPC ¶ added in v1.2.0
func NewVPC(ctx *pulumi.Context, projectName string, args *interfaces.VpcAwsOutputInterface, sg *[]interfaces.PortSecurityGroupArgs, opts ...pulumi.ResourceOption) (*ResultAwsVpc, error)
NewVPC - создание vpc
Click to show internal directories.
Click to hide internal directories.