AWS Native is in preview. AWS Classic is fully supported.
aws-native.ecr.getRegistryPolicy
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
The AWS::ECR::RegistryPolicy
resource creates or updates the permissions policy for a private registry.
A private registry policy is used to specify permissions for another AWS-account and is used when configuring cross-account replication. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.
Using getRegistryPolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRegistryPolicy(args: GetRegistryPolicyArgs, opts?: InvokeOptions): Promise<GetRegistryPolicyResult>
function getRegistryPolicyOutput(args: GetRegistryPolicyOutputArgs, opts?: InvokeOptions): Output<GetRegistryPolicyResult>
def get_registry_policy(registry_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRegistryPolicyResult
def get_registry_policy_output(registry_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRegistryPolicyResult]
func LookupRegistryPolicy(ctx *Context, args *LookupRegistryPolicyArgs, opts ...InvokeOption) (*LookupRegistryPolicyResult, error)
func LookupRegistryPolicyOutput(ctx *Context, args *LookupRegistryPolicyOutputArgs, opts ...InvokeOption) LookupRegistryPolicyResultOutput
> Note: This function is named LookupRegistryPolicy
in the Go SDK.
public static class GetRegistryPolicy
{
public static Task<GetRegistryPolicyResult> InvokeAsync(GetRegistryPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetRegistryPolicyResult> Invoke(GetRegistryPolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRegistryPolicyResult> getRegistryPolicy(GetRegistryPolicyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ecr:getRegistryPolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Registry
Id string - The account ID of the private registry the policy is associated with.
- Registry
Id string - The account ID of the private registry the policy is associated with.
- registry
Id String - The account ID of the private registry the policy is associated with.
- registry
Id string - The account ID of the private registry the policy is associated with.
- registry_
id str - The account ID of the private registry the policy is associated with.
- registry
Id String - The account ID of the private registry the policy is associated with.
getRegistryPolicy Result
The following output properties are available:
- Policy
Text object The JSON policy text for your registry.
Search the CloudFormation User Guide for
AWS::ECR::RegistryPolicy
for more information about the expected schema for this property.- Registry
Id string - The account ID of the private registry the policy is associated with.
- Policy
Text interface{} The JSON policy text for your registry.
Search the CloudFormation User Guide for
AWS::ECR::RegistryPolicy
for more information about the expected schema for this property.- Registry
Id string - The account ID of the private registry the policy is associated with.
- policy
Text Object The JSON policy text for your registry.
Search the CloudFormation User Guide for
AWS::ECR::RegistryPolicy
for more information about the expected schema for this property.- registry
Id String - The account ID of the private registry the policy is associated with.
- policy
Text any The JSON policy text for your registry.
Search the CloudFormation User Guide for
AWS::ECR::RegistryPolicy
for more information about the expected schema for this property.- registry
Id string - The account ID of the private registry the policy is associated with.
- policy_
text Any The JSON policy text for your registry.
Search the CloudFormation User Guide for
AWS::ECR::RegistryPolicy
for more information about the expected schema for this property.- registry_
id str - The account ID of the private registry the policy is associated with.
- policy
Text Any The JSON policy text for your registry.
Search the CloudFormation User Guide for
AWS::ECR::RegistryPolicy
for more information about the expected schema for this property.- registry
Id String - The account ID of the private registry the policy is associated with.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.