aws-native.apigateway.getDocumentationPart
Resource Type definition for AWS::ApiGateway::DocumentationPart
Using getDocumentationPart
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 getDocumentationPart(args: GetDocumentationPartArgs, opts?: InvokeOptions): Promise<GetDocumentationPartResult>
function getDocumentationPartOutput(args: GetDocumentationPartOutputArgs, opts?: InvokeOptions): Output<GetDocumentationPartResult>
def get_documentation_part(documentation_part_id: Optional[str] = None,
rest_api_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDocumentationPartResult
def get_documentation_part_output(documentation_part_id: Optional[pulumi.Input[str]] = None,
rest_api_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDocumentationPartResult]
func LookupDocumentationPart(ctx *Context, args *LookupDocumentationPartArgs, opts ...InvokeOption) (*LookupDocumentationPartResult, error)
func LookupDocumentationPartOutput(ctx *Context, args *LookupDocumentationPartOutputArgs, opts ...InvokeOption) LookupDocumentationPartResultOutput
> Note: This function is named LookupDocumentationPart
in the Go SDK.
public static class GetDocumentationPart
{
public static Task<GetDocumentationPartResult> InvokeAsync(GetDocumentationPartArgs args, InvokeOptions? opts = null)
public static Output<GetDocumentationPartResult> Invoke(GetDocumentationPartInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDocumentationPartResult> getDocumentationPart(GetDocumentationPartArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:apigateway:getDocumentationPart
arguments:
# arguments dictionary
The following arguments are supported:
- Documentation
Part stringId The identifier of the documentation Part.
- Rest
Api stringId Identifier of the targeted API entity
- Documentation
Part stringId The identifier of the documentation Part.
- Rest
Api stringId Identifier of the targeted API entity
- documentation
Part StringId The identifier of the documentation Part.
- rest
Api StringId Identifier of the targeted API entity
- documentation
Part stringId The identifier of the documentation Part.
- rest
Api stringId Identifier of the targeted API entity
- documentation_
part_ strid The identifier of the documentation Part.
- rest_
api_ strid Identifier of the targeted API entity
- documentation
Part StringId The identifier of the documentation Part.
- rest
Api StringId Identifier of the targeted API entity
getDocumentationPart Result
The following output properties are available:
- Documentation
Part stringId The identifier of the documentation Part.
- Properties string
The documentation content map of the targeted API entity.
- Documentation
Part stringId The identifier of the documentation Part.
- Properties string
The documentation content map of the targeted API entity.
- documentation
Part StringId The identifier of the documentation Part.
- properties String
The documentation content map of the targeted API entity.
- documentation
Part stringId The identifier of the documentation Part.
- properties string
The documentation content map of the targeted API entity.
- documentation_
part_ strid The identifier of the documentation Part.
- properties str
The documentation content map of the targeted API entity.
- documentation
Part StringId The identifier of the documentation Part.
- properties String
The documentation content map of the targeted API entity.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0