Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiGateway ¶
type ApiGateway struct {
pulumi.ResourceState
Name string
Api *apigatewayv2.Api
}
type ApiGatewayArgs ¶
type ECRImageArgs ¶
type ECRImageArgs struct {
LocalImageName string
SourceImageName string
TempDir string
AuthToken *ecr.GetAuthorizationTokenResult
}
type LambdaArgs ¶
type Policy ¶
type Policy struct {
pulumi.ResourceState
Name string
RolePolicies []*iam.RolePolicy
}
type PolicyArgs ¶
type PolicyArgs struct {
Policy *v1.PolicyResource
// Resources in the stack that must be protected
Resources *StackResources
// Resources in the stack that may act as actors
Principals PrincipalMap
}
type PrincipalMap ¶
type PrincipalMap = map[v1.ResourceType]map[string]*iam.Role
Click to show internal directories.
Click to hide internal directories.