Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetFargetRunResult ¶ added in v0.4.2
type GetFargetRunResult struct { ServiceName pulumi.StringOutput Url pulumi.StringOutput }
A collection of values returned by FargateRun.
func FargateRun ¶
func FargateRun(ctx *pulumi.Context, vpcId, prefixName, imageUrl string, containerPort int) (*GetFargetRunResult, error)
New Fargate registers a new resource with the given vpc id, unique name, image url, and exposed port. https://www.pulumi.com/docs/guides/crosswalk/aws/ecs/#creating-an-ecs-cluster-in-a-vpc
type GetVPCRunResult ¶ added in v0.4.3
type GetVPCRunResult struct { VPCId pulumi.StringOutput VPCCidr pulumi.StringOutput }
A collection of values returned by FargateRun.
func VpcRunIpam ¶
func VpcRunIpam(ctx *pulumi.Context, prefixName, ipamID, ipamPoolId string, netMaskLength int) (*GetVPCRunResult, error)
New VPC resource with the given unique name, ipam id, ipam-pool id, and netmask length for new VPC. https://www.pulumi.com/docs/guides/crosswalk/aws/vpc
Click to show internal directories.
Click to hide internal directories.